Skip to content

Commit

Permalink
Merge pull request kubevirt#9265 from brianmcarey/quarantine-flaky-vgpu
Browse files Browse the repository at this point in the history
Quarantine flaky vgpu test that overrides default mdev config
  • Loading branch information
kubevirt-bot authored Feb 17, 2023
2 parents e769a21 + f923781 commit ced9480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mdev_configuration_allocation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ var _ = Describe("[Serial][sig-compute]MediatedDevices", Serial, decorators.VGPU
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 ced9480

Please sign in to comment.