Skip to content

Commit f6a468a

Browse files
committed
Investigate server failures during 8.4 tests
1 parent d1cea54 commit f6a468a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_asyncio/test_vsets.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,9 @@ async def test_vsim_with_filter(d_client):
449449
assert isinstance(sim, list)
450450

451451

452-
@skip_if_server_version_lt("7.9.0")
452+
# just experiment if this is the problematic test that kills the server
453+
@skip_if_server_version_lt("8.10.0")
454+
# @skip_if_server_version_lt("7.9.0")
453455
async def test_vsim_truth_no_thread_enabled(d_client):
454456
elements_count = 1000
455457
vector_dim = 50

0 commit comments

Comments
 (0)