Skip to content

Commit

Permalink
pinecone - skip test_comparison_not_equal_with_dataframe (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Apr 8, 2024
1 parent 0fd7f91 commit fbcb21b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integrations/pinecone/tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ def test_not_operator(self, document_store, filterable_docs): ...
@pytest.mark.skip(reason="Pinecone does not include null values in the result of the $ne operator")
def test_comparison_not_equal(self, document_store, filterable_docs): ...

@pytest.mark.skip(reason="Pinecone does not include null values in the result of the $ne operator")
def test_comparison_not_equal_with_dataframe(self, document_store, filterable_docs): ...

@pytest.mark.skip(
reason="Pinecone has inconsistent behavior with respect to other Document Stores with the $or operator"
)
Expand Down

0 comments on commit fbcb21b

Please sign in to comment.