Skip to content

Commit

Permalink
remove [QUARANTINE] tag from test_id:4746
Browse files Browse the repository at this point in the history
Signed-off-by: Barak Mordehai <[email protected]>
  • Loading branch information
Barakmor1 committed Dec 1, 2021
1 parent 4b57b1d commit 8ababea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ var _ = Describe("[Serial][rfe_id:393][crit:high][vendor:[email protected]][leve
// Previously, we'd stop getting events after libvirt reconnect, which
// prevented things like migration. This test verifies we can migrate after
// resetting libvirt
It("[test_id:4746][QUARANTINE]should migrate even if libvirt has restarted at some point.", func() {
It("[test_id:4746]should migrate even if libvirt has restarted at some point.", func() {
vmi := tests.NewRandomVMIWithEphemeralDisk(cd.ContainerDiskFor(cd.ContainerDiskCirros))
tests.AddUserData(vmi, "cloud-init", "#!/bin/bash\necho 'hello'\n")

Expand Down

0 comments on commit 8ababea

Please sign in to comment.