diff --git a/test/e2e_node/runtime_conformance_test.go b/test/e2e_node/runtime_conformance_test.go index b40c6fd7320..54938f3e118 100644 --- a/test/e2e_node/runtime_conformance_test.go +++ b/test/e2e_node/runtime_conformance_test.go @@ -76,7 +76,7 @@ var _ = SIGDescribe("Container Runtime Conformance Test", func() { }) }) - f.It(testCase.description+"", f.WithNodeConformance(), func(ctx context.Context) { + f.It(testCase.description+"", f.WithNodeConformance(), f.WithFlaky() /* https://github.com/kubernetes/kubernetes/issues/134998 */, func(ctx context.Context) { name := "image-pull-test" container := node.ConformanceContainer{ PodClient: e2epod.NewPodClient(f),