Skip to content

Commit fecd298

Browse files
Merge pull request openshift-kni#1261 from SargunNarula/test_fix
e2e: serial: Add Openshift label to MCP specific test
2 parents 41d31f9 + 931060a commit fecd298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/serial/tests/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ var _ = Describe("[serial][disruptive] numaresources configuration management",
491491
}).WithTimeout(5*time.Minute).WithPolling(5*time.Second).Should(Succeed(), "Timed out waiting for degraded condition")
492492
})
493493

494-
It("should report the NodeGroupConfig in the NodeGroupStatus with NodePool set and allow updates", Label(label.Tier1), func(ctx context.Context) {
494+
It("should report the NodeGroupConfig in the NodeGroupStatus with NodePool set and allow updates", Label(label.Tier1, label.OpenShift), func(ctx context.Context) {
495495
Expect(fxt.Client.Get(ctx, nroKey, initialOperObj)).To(Succeed(), "cannot get %q in the cluster", nroKey.String())
496496

497497
mcp := objects.TestMCP()

0 commit comments

Comments
 (0)