Skip to content

Commit

Permalink
[skip e2e]Mark a case as xfail (#28245)
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <[email protected]>
  • Loading branch information
zhuwenxing authored Nov 7, 2023
1 parent 7bb0fa9 commit 356af86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python_client/testcases/test_bulk_insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ def test_partition_key_on_json_file(self, is_row_based, auto_id, par_key_field):
@pytest.mark.parametrize("dim", [13])
@pytest.mark.parametrize("entities", [150])
@pytest.mark.parametrize("file_nums", [10])
@pytest.mark.xfail(reason="issue #28209")
def test_partition_key_on_multi_numpy_files(
self, auto_id, dim, entities, file_nums
):
Expand Down

0 comments on commit 356af86

Please sign in to comment.