mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
remove flaky label in SRIOV related tests
This commit is contained in:
parent
093c91d226
commit
287dbcf12a
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue