Skip to content

Commit

Permalink
Remove test teardown clear all collections (#419)
Browse files Browse the repository at this point in the history
Signed-off-by: ThreadDao <[email protected]>
  • Loading branch information
ThreadDao authored Mar 14, 2023
1 parent 801ab15 commit 7fb93bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/testcases/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ func teardown() {
log.Fatalf("teardown failed to connect milvus with error %v", err)
}
defer mc.Close()
collections, _ := mc.ListCollections(ctx)
for _, collection := range collections {
mc.DropCollection(ctx, collection.Name)
}
}

//
Expand Down

0 comments on commit 7fb93bf

Please sign in to comment.