Skip to content

Commit 2e5a7fe

Browse files
committed
Revert "TEMPORARY FAILURE"
This reverts commit 5346be9.
1 parent 911b753 commit 2e5a7fe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/e2e/operator/operator_install_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ var _ = Describe("Operator", Label("smoke", "operator"), Ordered, func() {
9393
Should(HaveConditionStatus(appsv1.DeploymentAvailable, metav1.ConditionTrue), "Error getting Deployment status")
9494
})
9595

96-
// TODO: TEMPORARY TEST - Remove this test after verifying CI error handling
97-
It("TEMPORARY: should fail to test CI error handling", func(ctx SpecContext) {
98-
Fail("This test intentionally fails to verify CI correctly reports test failures")
99-
})
100-
10196
It("serves metrics securely", func(ctx SpecContext) {
10297
metricsReaderRoleName := "metrics-reader"
10398
metricsServiceName := deploymentName + "-metrics-service"

0 commit comments

Comments
 (0)