Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: enable RemoveTenThousandS3Objects test #140

Merged
merged 1 commit into from
Mar 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
e2e: enable RemoveTenThousandS3Objects test
Let's see if it's still flaky after CircleCI change
  • Loading branch information
igungor committed Mar 30, 2020
commit dd0abd21a6717874391b51da17991eb97f5545d9
2 changes: 0 additions & 2 deletions e2e/rm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ func TestRemoveMultipleS3ObjectsJSON(t *testing.T) {

}

/*
// rm s3://bucket/* (removes 10k objects)
func TestRemoveTenThousandS3Objects(t *testing.T) {
t.Parallel()
Expand Down Expand Up @@ -260,7 +259,6 @@ func TestRemoveTenThousandS3Objects(t *testing.T) {
assertError(t, err, errS3NoSuchKey)
}
}
*/

// rm s3://bucket/prefix
func TestRemoveS3PrefixWithoutSlash(t *testing.T) {
Expand Down