提交 9e78cde3 编写于 作者: S sahuang

Fix

Signed-off-by: Nsahuang <xiaohai.xu@zilliz.com>
上级 72d80aca
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册