diff --git a/test/e2e_node/podresources_test.go b/test/e2e_node/podresources_test.go index fb26493b8bb..8d4eecede1d 100644 --- a/test/e2e_node/podresources_test.go +++ b/test/e2e_node/podresources_test.go @@ -1195,7 +1195,7 @@ var _ = SIGDescribe("POD Resources API", framework.WithSerial(), feature.PodReso }) }) - framework.Context("without SRIOV devices in the system", framework.WithFlaky(), func() { + framework.Context("without SRIOV devices in the system", func() { ginkgo.BeforeEach(func() { requireLackOfSRIOVDevices() })