Skip to content

Commit

Permalink
test: update sdk version and cases
Browse files Browse the repository at this point in the history
Signed-off-by: nico <cheng.yuan@zilliz.com>
  • Loading branch information
NicoYuan1986 committed Nov 7, 2024
1 parent de62764 commit ddf1396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/python_client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ pytest-parallel
pytest-random-order

# pymilvus
pymilvus==2.5.0rc106
pymilvus[bulk_writer]==2.5.0rc106
pymilvus==2.5.0rc114
pymilvus[bulk_writer]==2.5.0rc114

# for customize config test
python-benedict==0.24.3
Expand Down
2 changes: 1 addition & 1 deletion tests/python_client/testcases/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -2947,7 +2947,7 @@ def test_bitmap_alter_cardinality_limit(self, request):

@pytest.mark.tags(CaseLabel.L2)
@pytest.mark.parametrize("bitmap_cardinality_limit", [-10, 0, 1001])
# @pytest.mark.skip("valid now")
@pytest.mark.skip("need hybrid index config, not available now")
def test_bitmap_cardinality_limit_invalid(self, request, bitmap_cardinality_limit):
"""
target:
Expand Down

0 comments on commit ddf1396

Please sign in to comment.