From af781d8df41be773cb3035864adf2782cf28061a Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Sat, 4 Jul 2015 09:15:13 -0700 Subject: [PATCH] Ban MaxPods to flaky test list. See #10720. If you revert this, please notify @zmerlynn to fix the GKE list. --- hack/jenkins/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index be09c3f6425..4e5645c0fb9 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -69,7 +69,7 @@ fi GCE_DEFAULT_SKIP_TEST_REGEX="Skipped|Density|Reboot|Restart|Example" # The following tests are known to be flaky, and are thus run only in their own # -flaky- build variants. -GCE_FLAKY_TEST_REGEX="Addon|Elasticsearch|Nodes.*network\spartition|Shell.*services" +GCE_FLAKY_TEST_REGEX="Addon|Elasticsearch|Nodes.*network\spartition|Shell.*services|MaxPods.*" # Tests which are not able to be run in parallel. GCE_PARALLEL_SKIP_TEST_REGEX="${GCE_DEFAULT_SKIP_TEST_REGEX}|Etcd|NetworkingNew|Nodes\sNetwork|Nodes\sResize|MaxPods" # Tests which are known to be flaky when run in parallel.