From 7c2212526aab42b11259e0dfae4c0c5624e50c08 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Wed, 9 Dec 2015 10:05:54 +0100 Subject: [PATCH] Move LivenessProbe test to flaky --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 60029227c64..9f48d26a67c 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -361,6 +361,7 @@ GCE_PARALLEL_FLAKY_TESTS=( "DaemonRestart" "Elasticsearch" "Namespaces.*should\sdelete\sfast" + "Pods.*back-off\srestarting.*LivenessProbe" # issue: #18293 "ServiceAccounts" "Services.*identically\snamed" # error waiting for reachability, issue: #16285 )