Skip to content

Commit 62eea86

Browse files
committed
Uncomment test annotation for remote tests
1 parent 415c7b2 commit 62eea86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphdatascience/tests/integration/test_remote_graph_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_remote_write_back_relationship_property(gds_with_cloud_setup: AuraGraph
135135
assert result["relationshipsWritten"] == 4
136136

137137

138-
# @pytest.mark.cloud_architecture
138+
@pytest.mark.cloud_architecture
139139
@pytest.mark.compatible_with(min_inclusive=ServerVersion(2, 7, 0))
140140
def test_remote_write_back_relationship_properties(gds_with_cloud_setup: AuraGraphDataScience) -> None:
141141
G, result = gds_with_cloud_setup.graph.project(
@@ -152,7 +152,7 @@ def test_remote_write_back_relationship_properties(gds_with_cloud_setup: AuraGra
152152
assert result["relationshipsWritten"] == 4
153153

154154

155-
# @pytest.mark.cloud_architecture
155+
@pytest.mark.cloud_architecture
156156
@pytest.mark.compatible_with(min_inclusive=ServerVersion(2, 7, 0))
157157
def test_remote_write_back_relationship_property_from_pathfinding_algo(
158158
gds_with_cloud_setup: AuraGraphDataScience,

0 commit comments

Comments
 (0)