Skip to content

Commit

Permalink
deleted unnecessary code
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Aug 29, 2023
1 parent 3d27ce8 commit 9945862
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/e2e/crud/crud_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,12 +395,6 @@ func TestE2EStandardCRUD(t *testing.T) {
if err != nil {
t.Fatalf("an error occurred: %s", err)
}

// Remove all vector data after the current - 1 hour.
err = op.RemoveByTimestamp(t, ctx, time.Now().Add(-time.Hour).UnixNano())
if err != nil {
t.Fatalf("an error occurred: %s", err)
}
}

func TestE2ECRUDWithSkipStrictExistCheck(t *testing.T) {
Expand Down

0 comments on commit 9945862

Please sign in to comment.