Skip to content

Commit e707467

Browse files
Merge pull request #2690 from openshift-cherrypick-robot/cherry-pick-2686-to-release-4.19
[release-4.19] OCPBUGS-62453: test: remove image registry e2e tests
2 parents 27a8428 + f0366f0 commit e707467

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

test/e2e/image_registry_test.go

Lines changed: 0 additions & 56 deletions
This file was deleted.

test/e2e/user_workload_monitoring_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@ namespacesWithoutLabelEnforcement:
178178
name: "assert alertmanager is not deployed in user namespace",
179179
f: f.AssertStatefulsetDoesNotExist("alertmanager-not-to-be-reconciled", userWorkloadTestNs),
180180
},
181-
// TODO: the test will be renamed and merged with others in a follow-up PR.
182-
{
183-
name: "assert containers images registry is the same than CMO",
184-
f: cmoImageRegistryIsUsedInNsAssert(t, f.UserWorkloadMonitoringNs),
185-
},
186181
} {
187182
t.Run(scenario.name, scenario.f)
188183
}

0 commit comments

Comments
 (0)