Skip to content

Commit

Permalink
skip migration test in vm_watch_test on Arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Zhang <[email protected]>
  • Loading branch information
zhlhahaha committed Oct 28, 2021
1 parent 13f13a4 commit 9414f7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/vm_watch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,11 @@ var _ = Describe("[rfe_id:3423][crit:high][arm64][vendor:[email protected]][leve
Expect(vmStatus).To(ConsistOf(vm.Name, MatchRegexp(vmAgeRegex), string(v12.VirtualMachineStatusRunning), readyConditionTrue),
"VM should be in the %s status", v12.VirtualMachineStatusRunning)

// The previous tests would be done, once succeed the following tests would be skipped on the Arm64 cluster
// Otherwise, it would show the failures
// TODO: remove this once we have more than one node in the Arm64 cluster
tests.SkipIfARM64("arm64 cluster only have one node")

By("Migrating the VirtualMachine")

// Verify we have more than one scheduleable node
Expand Down

0 comments on commit 9414f7e

Please sign in to comment.