Skip to content

Commit

Permalink
Merge pull request kubevirt#9972 from EdDev/fix-hotplug-tests-no-extr…
Browse files Browse the repository at this point in the history
…a-migration

tests, hotplug: Remove redundant migration
  • Loading branch information
kubevirt-bot authored Jun 25, 2023
2 parents bc2c2cc + 6881f10 commit 553bada
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/network/hotplug.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,6 @@ var _ = SIGDescribe("nic-hotplug", func() {
),
).To(Succeed())

if plugMethod == migrationBased {
migrate(hotPluggedVMI)
}

By("wait for the second network to appear in the VMI spec")
EventuallyWithOffset(1, func() []v1.Network {
var err error
Expand Down

0 comments on commit 553bada

Please sign in to comment.