We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c16633 commit 9a6e412Copy full SHA for 9a6e412
graphdatascience/tests/integration/test_system_ops.py
@@ -29,13 +29,11 @@ def test_sysInfo(gds: GraphDataScience) -> None:
29
30
assert "gdsVersion" in (list(result["key"]))
31
32
-@pytest.mark.skip_on_aura
33
-def test_sysInfo(gds: GraphDataScience) -> None:
+def test_debug_arrow(gds: GraphDataScience) -> None:
34
result = gds.debug.arrow()
35
36
assert "listenAddress" in (list(result["key"]))
37
38
-
39
@pytest.mark.enterprise
40
def test_is_licensed(gds: GraphDataScience) -> None:
41
assert gds.is_licensed()
0 commit comments