Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Feb 15, 2024
1 parent e3e71df commit 16ff626
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integrations/pinecone/tests/test_document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ def test_write_documents_duplicate_fail(self, document_store: PineconeDocumentSt
@pytest.mark.skip(reason="Pinecone only supports UPSERT operations")
def test_write_documents_duplicate_skip(self, document_store: PineconeDocumentStore): ...

@pytest.mark.skip(reason="Pinecone creates a namespace only when the first document is written")
def test_delete_documents_empty_document_store(self, document_store: PineconeDocumentStore): ...

def test_init_fails_wo_api_key(self, monkeypatch):
monkeypatch.delenv("PINECONE_API_KEY", raising=False)
with pytest.raises(ValueError):
Expand Down

0 comments on commit 16ff626

Please sign in to comment.