Skip to content

Commit 9a6e412

Browse files
committed
Rename test and enable it on aura
1 parent 7c16633 commit 9a6e412

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

graphdatascience/tests/integration/test_system_ops.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ def test_sysInfo(gds: GraphDataScience) -> None:
2929

3030
assert "gdsVersion" in (list(result["key"]))
3131

32-
@pytest.mark.skip_on_aura
33-
def test_sysInfo(gds: GraphDataScience) -> None:
32+
def test_debug_arrow(gds: GraphDataScience) -> None:
3433
result = gds.debug.arrow()
3534

3635
assert "listenAddress" in (list(result["key"]))
3736

38-
3937
@pytest.mark.enterprise
4038
def test_is_licensed(gds: GraphDataScience) -> None:
4139
assert gds.is_licensed()

0 commit comments

Comments
 (0)