Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidisido authored May 27, 2022
2 parents e8749fb + ff0b5ee commit 7b8aaaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_neptune.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def test_gremlin_write_vertices(neptune_endpoint, neptune_port) -> Dict[str, Any
assert len(saved_row["str"]) == 2


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

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


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

Expand Down

0 comments on commit 7b8aaaa

Please sign in to comment.