Skip to content

Commit 5c27df4

Browse files
wanliAlexpapa99do
andauthored
Skip a test for multinode environment as the lexical score may vary (#1279)
Co-authored-by: Yihan Zhao <[email protected]>
1 parent 0209469 commit 5c27df4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ_tests/tensor_search/integ_tests/test_search_sort_by_feature.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,7 @@ def test_simple_sort_three_fields_non_default_parameters(self):
10061006
ids
10071007
)
10081008

1009+
@pytest.mark.skip_for_multinode("The lexical score can differ between nodes so the results may not consistently match")
10091010
def test_sort_by_when_fields_do_not_exist_three_fields(self):
10101011
"""
10111012
Sorting by three non-existent fields should preserve relevance-only order

0 commit comments

Comments
 (0)