Skip to content

Commit

Permalink
Merge pull request kubevirt#7561 from enp0s3/quarantine_mediated
Browse files Browse the repository at this point in the history
[e2e]: quarantine a few flaky mdev tests
  • Loading branch information
kubevirt-bot authored Apr 13, 2022
2 parents eabb9e0 + b48d3b3 commit e14c96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/mdev_configuration_allocation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ var _ = Describe("[Serial][sig-compute]MediatedDevices", func() {
cleanupConfiguredMdevs()
})

It("Should successfully passthrough a mediated device", func() {
It("[QUARANTINE]Should successfully passthrough a mediated device", func() {

By("Creating a Fedora VMI")
vmi = tests.NewRandomFedoraVMIWithGuestAgent()
Expand Down Expand Up @@ -194,7 +194,7 @@ var _ = Describe("[Serial][sig-compute]MediatedDevices", func() {
Expect(domXml).ToNot(MatchRegexp(`<hostdev .*display=.?on.?`), "Display should not be enabled")
Expect(domXml).ToNot(MatchRegexp(`<hostdev .*ramfb=.?on.?`), "RamFB should not be enabled")
})
It("Should override default mdev configuration on a specific node", func() {
It("[QUARANTINE]Should override default mdev configuration on a specific node", func() {
newDesiredMdevTypeName := "nvidia-223"
newExpectedInstancesNum := 8
By("Creating a configuration for mediated devices")
Expand Down

0 comments on commit e14c96e

Please sign in to comment.