Skip to content

Commit ff0b5ee

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_neptune.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def test_gremlin_write_vertices(neptune_endpoint, neptune_port) -> Dict[str, Any
292292
assert len(saved_row["str"]) == 2
293293

294294

295+
@pytest.mark.skip(reason="In quarantine due to breaking change in Neptune engine.")
295296
def test_gremlin_write_edges(neptune_endpoint, neptune_port) -> Dict[str, Any]:
296297
client = wr.neptune.connect(neptune_endpoint, neptune_port, iam_enabled=False)
297298

@@ -328,6 +329,7 @@ def test_gremlin_write_edges(neptune_endpoint, neptune_port) -> Dict[str, Any]:
328329
assert batch_cnt_df.iloc[0][0] == final_cnt_df.iloc[0][0] + 50
329330

330331

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

0 commit comments

Comments
 (0)