diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index 96e75621624..dd448c96aaa 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -43,7 +43,7 @@ func TestE2E(t *testing.T) { Debug: *flags.ShowDebug, CleanupBaseResources: *flags.CleanupBaseResources, ManifestFS: []fs.FS{Manifests}, - RunTest: tests.BasicAuthTest.ShortName, + RunTest: *flags.RunTest, // SupportedFeatures cannot be empty, so we set it to SupportGateway // All e2e tests should leave Features empty. SupportedFeatures: sets.New[features.FeatureName](features.SupportGateway),