From d25472f67ada0806e926ebceca3cab6699eb296a Mon Sep 17 00:00:00 2001 From: gmarek Date: Mon, 7 Dec 2015 12:00:41 +0100 Subject: [PATCH] Move Elasticsearch test to the Flaky suite --- hack/jenkins/e2e.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index e36015baa9b..60029227c64 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -319,7 +319,8 @@ GCE_FLAKY_TESTS=( "GCE\sL7\sLoadBalancer\sController" # issue: #17518 "DaemonRestart\sController\sManager" # issue: #17829 "Resource\susage\sof\ssystem\scontainers" # issue: #13931 - "NodeOutOfDisk" # issue: 17687 + "NodeOutOfDisk" # issue: #17687 + "Cluster\slevel\slogging\susing\sElasticsearch" # issue: #17873 ) # The following tests are known to be slow running (> 2 min), and are