forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove [QUARANTINE] tag from test_id:4746
Signed-off-by: Barak Mordehai <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|
||
|