mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Enable expand indexnode test release uninstall (#14869)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/14852/head
parent
17fbc7c141
commit
0ed65a878f
|
@ -91,7 +91,7 @@ class TestIndexNodeScale:
|
|||
log.debug(f't1: {t1}')
|
||||
assert round(t0 / t1) == 2
|
||||
|
||||
# mic.uninstall(release_name, namespace=constants.NAMESPACE)
|
||||
mic.uninstall(release_name, namespace=constants.NAMESPACE)
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L3)
|
||||
def test_shrink_index_node(self):
|
||||
|
|
Loading…
Reference in New Issue