Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Aug 18, 2024
1 parent bfc64b7 commit e779d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/tests/integration_tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ def test_similar_examples(langchain_client: Client) -> None:
)
assert len(similar_list) == 2

langchain_client.delete_dataset(dataset_id=dataset.id)


@pytest.mark.skip(reason="This test is flaky")
def test_persist_update_run(langchain_client: Client) -> None:
Expand Down

0 comments on commit e779d94

Please sign in to comment.