Skip to content

Commit

Permalink
handle missing not operator
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Dec 21, 2023
1 parent 10fe827 commit 9a5a528
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integrations/pinecone/tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ def test_comparison_less_than_equal_with_iso_date(self, document_store, filterab
@pytest.mark.skip(reason="Pinecone does not support comparison with null values")
def test_comparison_less_than_equal_with_none(self, document_store, filterable_docs):
...

@pytest.mark.skip(reason="Pinecone does not support the 'not' operator")
def test_not_operator(self, document_store, filterable_docs):
...

0 comments on commit 9a5a528

Please sign in to comment.