Skip to content

Commit

Permalink
Merge pull request kubevirt#3557 from rmohr/migration-flakes-skip
Browse files Browse the repository at this point in the history
Skip an extremely flakey migration test
  • Loading branch information
stu-gott authored Jun 15, 2020
2 parents 0046d03 + 74b7fc0 commit 274c340
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 @@ -1053,7 +1053,7 @@ var _ = Describe("[rfe_id:393][crit:high][vendor:[email protected]][level:system
AfterEach(func() {
tests.UpdateClusterConfigValueAndWait("migrations", originalMigrationConfig)
})
It("[test_id:2227]should abort a vmi migration without progress", func() {
PIt("[test_id:2227] [flaky] should abort a vmi migration without progress", func() {
tests.SkipStressTestIfRunnigOnKindInfra()
vmi := tests.NewRandomFedoraVMIWitGuestAgent()
vmi.Spec.Domain.Resources.Requests[k8sv1.ResourceMemory] = resource.MustParse("1Gi")
Expand Down

0 comments on commit 274c340

Please sign in to comment.