Skip to content

Commit

Permalink
Add back testcases skipped for issue 555 (#560)
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored Aug 21, 2023
1 parent 99befb5 commit 03d376d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/testcases/highlevel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const (

// test highlevel api new collection
func TestNewCollection(t *testing.T) {
t.Skip("https://github.com/milvus-io/milvus-sdk-go/issues/555")
ctx := createContext(t, time.Second*common.DefaultTimeout)
mc := createMilvusClient(ctx, t)

Expand Down Expand Up @@ -93,7 +92,6 @@ func TestNewCollection(t *testing.T) {
}

func TestNewCollectionCustomize(t *testing.T) {
t.Skip("https://github.com/milvus-io/milvus-sdk-go/issues/555")
ctx := createContext(t, time.Second*common.DefaultTimeout)
mc := createMilvusClient(ctx, t)

Expand Down
1 change: 0 additions & 1 deletion test/testcases/index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ func TestCreateIndexWithoutName(t *testing.T) {

// test create auto index
func TestCreateIndexWithoutIndexTypeParams(t *testing.T) {
t.Skip("https://github.com/milvus-io/milvus-sdk-go/issues/555")
ctx := createContext(t, time.Second*common.DefaultTimeout)
// connect
mc := createMilvusClient(ctx, t)
Expand Down

0 comments on commit 03d376d

Please sign in to comment.