Skip to content

Commit

Permalink
update e2e test skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiaxun committed Nov 7, 2023
1 parent 1c9e63c commit 02788ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/utils/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ func generateTestSkip(testParams *TestParameters) string {
skipTests = append(skipTests, "OOM", "high.resource.usage", "gcsfuseIntegration")
}

// TODO(songjiaxun) remove this logic after the next gcsfusee release.
// TODO(songjiaxun) remove this logic after the next CSI driver release.
if testParams.UseGKEManagedDriver {
skipTests = append(skipTests, "gzip", "implicit_dir", "local_file", "operations.test.5")
skipTests = append(skipTests, "fsgroup")
}

skipString := strings.Join(skipTests, "|")
Expand Down

0 comments on commit 02788ff

Please sign in to comment.