Skip to content

Commit 69f28d9

Browse files
authored
try reenabling pinecone tests (#1871)
1 parent 2e76efe commit 69f28d9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

integrations/pinecone/tests/test_filters.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,3 @@ def test_comparison_less_than_equal_with_none(self, document_store, filterable_d
6363

6464
@pytest.mark.skip(reason="Pinecone does not support the 'not' operator")
6565
def test_not_operator(self, document_store, filterable_docs): ...
66-
67-
# the following skipped tests should be reworked when Pinecone introduces a better handling of null values
68-
# see https://github.com/deepset-ai/haystack-core-integrations/issues/590
69-
@pytest.mark.skip(reason="Pinecone does not include null values in the result of the $ne operator")
70-
def test_comparison_not_equal(self, document_store, filterable_docs): ...
71-
72-
@pytest.mark.skip(
73-
reason="Pinecone has inconsistent behavior with respect to other Document Stores with the $or operator"
74-
)
75-
def test_or_operator(self, document_store, filterable_docs): ...

0 commit comments

Comments
 (0)