Skip to content

Commit

Permalink
Remove SEV test from quarantine
Browse files Browse the repository at this point in the history
This test has been very stable since the fix[1] was merged.

It has passed in every periodic run since the fix was introduced.

[1] kubevirt#10026

Signed-off-by: Brian Carey <[email protected]>
brianmcarey committed Jul 12, 2023
1 parent 2d45f00 commit 2e13045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/launchsecurity/sev.go
Original file line number Diff line number Diff line change
@@ -298,7 +298,7 @@ var _ = Describe("[sig-compute]AMD Secure Encrypted Virtualization (SEV)", decor
}
})

It("[QUARANTINE] should reset SEV allocatable devices when the feature gate is disabled", func() {
It("should reset SEV allocatable devices when the feature gate is disabled", func() {
By(fmt.Sprintf("Disabling %s feature gate", virtconfig.WorkloadEncryptionSEV))
tests.DisableFeatureGate(virtconfig.WorkloadEncryptionSEV)
Eventually(func() bool {

0 comments on commit 2e13045

Please sign in to comment.