Skip to content

Commit

Permalink
updated controllers/backplaneconfig_controller_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: dislbenn <[email protected]>
  • Loading branch information
dislbenn committed Jan 8, 2025
1 parent 413f95b commit 0bf4542
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions controllers/backplaneconfig_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -983,10 +983,10 @@ var _ = Describe("BackplaneConfig controller", func() {
Name: backplanev1.ClusterAPIPreview,
Enabled: false,
},
// {
// Name: backplanev1.ClusterAPIProviderAWSPreview,
// Enabled: false,
// },
{
Name: backplanev1.ClusterAPIProviderAWSPreview,
Enabled: false,
},
{
Name: backplanev1.ClusterLifecycle,
Enabled: false,
Expand Down

0 comments on commit 0bf4542

Please sign in to comment.