mark flaky jobs as flaky and move them to a different job
This commit is contained in:
@@ -401,7 +401,7 @@ var _ = SIGDescribe("Device Manager", framework.WithSerial(), feature.DeviceMana
|
||||
Should(HaveAllocatableDevices())
|
||||
})
|
||||
|
||||
ginkgo.It("should deploy pod consuming devices first but fail with admission error after kubelet restart in case device plugin hasn't re-registered", func(ctx context.Context) {
|
||||
framework.It("should deploy pod consuming devices first but fail with admission error after kubelet restart in case device plugin hasn't re-registered", framework.WithFlaky(), func(ctx context.Context) {
|
||||
var err error
|
||||
podCMD := "while true; do sleep 1000; done;"
|
||||
|
||||
|
Reference in New Issue
Block a user