Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Oct 22, 2024
1 parent 1855126 commit a27839c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@ def test_list_jobs(interactive_session, create_vertex_only_modern_graph):
resp = interactive_session.list_jobs()
assert resp.is_ok() and len(resp.get_value()) > 0

@pytest.mark.skipif(os.environ.get("RUN_ON_PROTO", None) != "ON", reason="Only works on proto")

@pytest.mark.skipif(
os.environ.get("RUN_ON_PROTO", None) != "ON", reason="Only works on proto"
)
def test_call_proc_in_cypher(interactive_session, neo4j_session, create_modern_graph):
print("[Test call procedure in cypher]")
import_data_to_full_modern_graph(interactive_session, create_modern_graph)
Expand Down

0 comments on commit a27839c

Please sign in to comment.