diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 848b48a5480..440cb201ad2 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -125,6 +125,7 @@ AWS_REQUIRED_SKIP_TESTS=( GCE_FLAKY_TESTS=( "DaemonRestart\sController\sManager" "Daemon\sset\sshould" + "Jobs\sare\slocally\srestarted" "Resource\susage\sof\ssystem\scontainers" "should\sbe\sable\sto\schange\sthe\stype\sand\snodeport\ssettings\sof\sa\sservice" # file: service.go, issue: #13032 "allows\sscheduling\sof\spods\son\sa\sminion\safter\sit\srejoins\sthe\scluster" # file: resize_nodes.go, issue: #13258