Skip a test for issue 27462 (#27551)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/27580/head
yanliang567 2023-10-09 14:55:32 +08:00 committed by GitHub
parent eca79d149c
commit df6e0b7a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3296,6 +3296,7 @@ class TestCollectionSearch(TestcaseBase):
"output_fields": output_fields})
@pytest.mark.tags(CaseLabel.L1)
@pytest.mark.skip(reason="issue #27462")
@pytest.mark.parametrize("index, params",
zip(ct.all_index_types[:7],
ct.default_index_params[:7]))