From 816b20a17936143b037153f850282b3b798a92a6 Mon Sep 17 00:00:00 2001 From: gmarek Date: Wed, 23 Sep 2015 15:15:55 +0200 Subject: [PATCH] Move one of the service tests to skipped. --- hack/jenkins/e2e.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 7dfd30cb80a..96811d38eb3 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -100,7 +100,9 @@ REBOOT_SKIP_TESTS=( # Specialized tests which should be skipped by default for projects. GCE_DEFAULT_SKIP_TESTS=( "${REBOOT_SKIP_TESTS[@]}" - "Reboot") + "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 # master ssh access.