From 9e78cde3f2f76ce4a45b22c621289ec717655f3d Mon Sep 17 00:00:00 2001 From: sahuang Date: Wed, 22 Apr 2020 10:47:12 +0800 Subject: [PATCH] Fix Signed-off-by: sahuang --- core/src/index/unittest/test_nsg.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/src/index/unittest/test_nsg.cpp b/core/src/index/unittest/test_nsg.cpp index 6c5d51011f..0d9ca22781 100644 --- a/core/src/index/unittest/test_nsg.cpp +++ b/core/src/index/unittest/test_nsg.cpp @@ -109,11 +109,6 @@ TEST_F(NSGInterfaceTest, basic_test) { ASSERT_EQ(index_->Count(), nb); ASSERT_EQ(index_->Dim(), dim); - // ASSERT_THROW({ index_->Clone(); }, milvus::knowhere::KnowhereException); - // ASSERT_NO_THROW({ - // index_->Add(base_dataset, milvus::knowhere::Config()); - // index_->Seal(); - // }); } TEST_F(NSGInterfaceTest, compare_test) {