Skip to content

Commit

Permalink
fix: improve a test
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco committed Dec 11, 2024
1 parent 661bea9 commit 7256295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pinecone.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def test_client_is_good(pinecone_client: Pinecone) -> None:
assert pinecone_client is not None


@pytest.mark.skip()
def test_index_is_good(pinecone_index: Index) -> None:
assert pinecone_index.describe_index_stats()["dimension"] == 2

Expand Down

0 comments on commit 7256295

Please sign in to comment.