Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: pre-filtering no more unsupported in elasticsearch
  • Loading branch information
alaeddine-13 committed Jun 10, 2022
commit 33331b94e83287eabfba6dddd9b8012c087cc373
2 changes: 1 addition & 1 deletion tests/unit/array/mixins/test_find.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def test_weaviate_filter_query(start_storage):
assert isinstance(da._filter(filter={}), type(da))


@pytest.mark.parametrize('storage', ['memory', 'elasticsearch'])
@pytest.mark.parametrize('storage', ['memory'])
def test_unsupported_pre_filtering(storage, start_storage):

n_dim = 128
Expand Down