We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cbd26 commit 69aefd7Copy full SHA for 69aefd7
tests/restful_client_v2/testcases/test_jobs_operation.py
@@ -1690,7 +1690,6 @@ def test_import_json_array_varchar_max_length_validation(self):
1690
if time.time() - t0 > IMPORT_TIMEOUT:
1691
assert False, "Import job timeout"
1692
1693
- @pytest.mark.xfail(reason="issue https://github.com/milvus-io/milvus/issues/43819")
1694
def test_import_parquet_array_float_nan_validation(self):
1695
"""Test Parquet import with Array<Float> containing NaN - should fail"""
1696
name = gen_collection_name()
0 commit comments