Skip to content

Commit 960a84f

Browse files
committed
Moved NIC machineset test to serial suite
1 parent 9b49083 commit 960a84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/vsphere/multi-nic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ var _ = Describe("[sig-cluster-lifecycle][OCPFeatureGate:VSphereMultiNetworks][p
215215
failIfIncorrectPortgroupsAttachedToVMs(ctx, infra.Spec.PlatformSpec, nodes, vsphereCreds)
216216
})
217217

218-
It("new machines should pass multi network tests [apigroup:machine.openshift.io][Suite:openshift/conformance/parallel]", func() {
218+
It("new machines should pass multi network tests [apigroup:machine.openshift.io][Suite:openshift/conformance/serial]", Label("Serial"), func() {
219219
machineSets, err := e2eutil.GetMachineSets(cfg)
220220
Expect(err).NotTo(HaveOccurred())
221221

0 commit comments

Comments
 (0)