Skip to content

Commit ec5fa87

Browse files
committed
Skip a flaky test
1 parent 3dc3faa commit ec5fa87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ def test_paginate_filter_query(index, filter_query):
575575
assert all(item["credit_score"] == "high" for item in all_results)
576576

577577

578+
@pytest.mark.skip("Flaky test")
578579
def test_paginate_range_query(index, range_query):
579580
batch_size = 1
580581
all_results = []

0 commit comments

Comments
 (0)