Skip to content

Commit

Permalink
Merge pull request kubevirt#12916 from avlitman/quarantine-add
Browse files Browse the repository at this point in the history
tests: quarantine flaky KubevirtVmHighMemoryUsage alert
  • Loading branch information
kubevirt-bot authored Sep 25, 2024
2 parents 69c4145 + 05d4504 commit 4917afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/monitoring/vm_monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ var _ = Describe("[Serial][sig-monitoring]VM Monitoring", Serial, decorators.Sig
scales.RestoreAllScales()
})

It("should fire KubevirtVmHighMemoryUsage alert", func() {
It("[QUARANTINE] should fire KubevirtVmHighMemoryUsage alert", decorators.Quarantine, func() {
By("starting VMI")
vmi := libvmifact.NewGuestless()
vmi = libvmops.RunVMIAndExpectLaunch(vmi, 240)
Expand Down

0 comments on commit 4917afe

Please sign in to comment.