Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/e2e/create_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func TestCreateCluster(t *testing.T) {
e2eutil.EnsureKubeAPIServerAllowedCIDRs(t, ctx, mgtClient, guestConfig, hostedCluster)
}

e2eutil.EnsureGlobalPullSecret(t, ctx, mgtClient, hostedCluster, globalOpts.AdditionalPullSecretFile)
e2eutil.EnsureMetricsForwarderWorking(t, ctx, mgtClient, hostedCluster)

// Verify CPO override image if TEST_CPO_OVERRIDE=1 is set
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/v2/tests/hosted_cluster_pull_secret_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func RegisterGlobalPullSecretTests(getTestCtx internal.TestContextGetter) {
}

func EnsureGlobalPullSecretTest(getTestCtx internal.TestContextGetter) {
When("an additional pull secret is created in the hosted cluster", func() {
When("an additional pull secret is created in the hosted cluster", Label("Informing"), func() {
It("should propagate it through the global pull secret pipeline and clean up on deletion", func() {
tc := getTestCtx()
if e2eutil.IsLessThan(e2eutil.Version419) {
Expand Down