Skip to content

Commit 1e31a81

Browse files
committed
Setting failing Neptune tests to quarantine
1 parent ff0b5ee commit 1e31a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_neptune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ def test_sparql_query(neptune_endpoint, neptune_port) -> Dict[str, Any]:
170170
assert df.shape == (2, 3)
171171

172172

173+
@pytest.mark.skip(reason="In quarantine due to breaking change in Neptune engine.")
173174
def test_gremlin_write_different_cols(neptune_endpoint, neptune_port) -> Dict[str, Any]:
174175
client = wr.neptune.connect(neptune_endpoint, neptune_port, iam_enabled=False)
175176
id = uuid.uuid4()
@@ -329,7 +330,6 @@ def test_gremlin_write_edges(neptune_endpoint, neptune_port) -> Dict[str, Any]:
329330
assert batch_cnt_df.iloc[0][0] == final_cnt_df.iloc[0][0] + 50
330331

331332

332-
@pytest.mark.skip(reason="In quarantine due to breaking change in Neptune engine.")
333333
def test_sparql_write_different_cols(neptune_endpoint, neptune_port) -> Dict[str, Any]:
334334
client = wr.neptune.connect(neptune_endpoint, neptune_port, iam_enabled=False)
335335

0 commit comments

Comments
 (0)