From 287dbcf12aa4d888a7d46feb4bfb0e8280fc51ca Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Tue, 7 Apr 2026 09:30:26 +0800 Subject: [PATCH] remove flaky label in SRIOV related tests --- test/e2e_node/podresources_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() })