From 3789da14733a0ea400c1c8c7f8823ba09bcfcf88 Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Wed, 26 Aug 2015 16:11:31 -0700 Subject: [PATCH] e2e: mark the restart count test flaky --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index de2598840ce..4a690cff532 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -100,6 +100,7 @@ GCE_DEFAULT_SKIP_TESTS=( GCE_FLAKY_TESTS=( "DaemonRestart" "ResourceUsage" + "monotonically\sincreasing\srestart\scount" ) # Tests which are not able to be run in parallel.