Skip to content

Commit

Permalink
Disable SeedValidator plugin in Shoot Scheduler integration test (gar…
Browse files Browse the repository at this point in the history
  • Loading branch information
acumino authored and andrerun committed Jul 6, 2023
1 parent 039c5d3 commit 0184594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/scheduler/shoot/shoot_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var _ = BeforeSuite(func() {
testEnv = &gardenerenvtest.GardenerTestEnvironment{
GardenerAPIServer: &gardenerenvtest.GardenerAPIServer{
Args: []string{
"--disable-admission-plugins=DeletionConfirmation,ResourceReferenceManager,ExtensionValidator,ShootQuotaValidator",
"--disable-admission-plugins=DeletionConfirmation,ResourceReferenceManager,ExtensionValidator,ShootQuotaValidator,SeedValidator",
"--feature-gates=HAControlPlanes=true"},
},
}
Expand Down

0 comments on commit 0184594

Please sign in to comment.