remove flaky label in SRIOV related tests

This commit is contained in:
Paco Xu 2026-04-07 09:30:26 +08:00
parent 093c91d226
commit 287dbcf12a

View file

@ -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()
})