Skip to content

Commit

Permalink
updated 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 4166554 commit 829f882
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 @@ -857,10 +857,10 @@ var _ = Describe("BackplaneConfig controller", func() {
Name: backplanev1.AssistedService,
Enabled: true,
},
{
Name: backplanev1.ClusterAPIProviderAWSPreview,
Enabled: true,
},
// { EnvTest does not support namespace deletion; therefore, if we try to re-enable this component, the test will fail.
// Name: backplanev1.ClusterAPIProviderAWSPreview,
// Enabled: true,
// },
{
Name: backplanev1.ClusterLifecycle,
Enabled: true,
Expand Down

0 comments on commit 829f882

Please sign in to comment.