diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 5e94e87af4f..85681256e59 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -101,7 +101,6 @@ REBOOT_SKIP_TESTS=( GCE_DEFAULT_SKIP_TESTS=( "${REBOOT_SKIP_TESTS[@]}" "Reboot" - "should\srelease\sthe\sload\sbalancer\swhen\sType\sgoes\sfrom\sLoadBalancer" # timeouts in 20 minutes in last builds. #14424 ) # Tests which cannot be run on GKE, e.g. because they require @@ -123,6 +122,9 @@ GCE_FLAKY_TESTS=( "monotonically\sincreasing\srestart\scount" "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 + "should\srelease\sthe\sload\sbalancer\swhen\sType\sgoes\sfrom\sLoadBalancer" # timeouts in 20 minutes in last builds. #14424 + "should\scorrectly\sserve\sidentically\snamed\sservices\sin\sdifferent\snamespaces\son\sdifferent\sexternal\sIP\saddresses" # same as above + "should\sbe\sable\sto\screate\sa\sfunctioning\sexternal\sload\sbalancer" # same as above, also catches "...with user-provided balancer ip" ) # The following tests are known to be slow running (> 2 min), and are