Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 18, 2024
1 parent 90098f5 commit 8749e73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integrations/pinecone/tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@ 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 has inconsistent behavior with respect to other Document Stores with the $or operator")
def test_or_operator(self, document_store, filterable_docs): ...
@pytest.mark.skip(
reason="Pinecone has inconsistent behavior with respect to other Document Stores with the $or operator"
)
def test_or_operator(self, document_store, filterable_docs): ...

0 comments on commit 8749e73

Please sign in to comment.