Skip to content

Commit

Permalink
Make it fail in kind to test
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Baungard Hansen <[email protected]>
  • Loading branch information
jacobbaungard committed Dec 2, 2024
1 parent 254aab1 commit 6217389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pkg/tests/observability_dummy_ocp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var _ = Describe("Observability:", func() {
}, EventuallyTimeoutMinute*6, EventuallyIntervalSecond*5).Should(Succeed())
})

It("[P2][Sev2][observability][Integration] DUMMY OCP TEST (requires-ocp/g0 manifestwork/g0)", func() {
It("[P2][Sev2][observability][Integration] DUMMY OCP TEST (manifestwork/g0)", func() {
By("Checking Required CRDs are created")
Eventually(func() error {
return utils.HaveCRDs(testOptions.HubCluster, testOptions.KubeConfig,
Expand Down

0 comments on commit 6217389

Please sign in to comment.