Skip to content

Commit

Permalink
Merge pull request kubevirt#715 from ksimon1/fix-instancetypes-tests
Browse files Browse the repository at this point in the history
fix: instance types tests by waiting for ssp to be deployed
  • Loading branch information
kubevirt-bot authored Oct 27, 2023
2 parents efbe81f + c05f477 commit 02b3392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common_instancetypes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
var _ = Describe("Common Instance Types", func() {
BeforeEach(func() {
strategy.SkipSspUpdateTestsIfNeeded()
waitUntilDeployed()
})

AfterEach(func() {
Expand Down

0 comments on commit 02b3392

Please sign in to comment.