Skip to content

Commit ba8adf7

Browse files
authored
skip test_multidim_knn (#1834)
Signed-off-by: adi_holden <[email protected]>
1 parent c18aa1c commit ba8adf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/dragonfly/search_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ async def test_knn(async_client: aioredis.Redis, index_type, algo_type):
242242
@dfly_args({"proactor_threads": 4})
243243
@pytest.mark.parametrize("index_type", [IndexType.HASH, IndexType.JSON])
244244
@pytest.mark.parametrize("algo_type", ["HNSW", "FLAT"])
245+
@pytest.mark.skip("Fails on ARM")
245246
async def test_multidim_knn(async_client: aioredis.Redis, index_type, algo_type):
246247
vector_field = VectorField(
247248
"pos",

0 commit comments

Comments
 (0)