From ba0f7a0a1f3dd13e37598438f6840903f5a49570 Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Mon, 12 Oct 2015 15:40:28 -0700 Subject: [PATCH] Label flaky deployment test as per #15369. --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 848b48a5480..f6150ce9ea0 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -133,6 +133,7 @@ GCE_FLAKY_TESTS=( "should\sbe\sable\sto\screate\sa\sfunctioning\sexternal\sload\sbalancer" # same as above, also catches "...with user-provided balancer ip" "pod\sw/two\sRW\sPDs\sboth\smounted\sto\sone\scontainer,\swrite\sto\sPD" # file: pd.go, issue: #15382 "pod\sw/\sa\sreadonly\sPD\son\stwo\shosts,\sthen\sremove\sboth" # file: pd.go, issue: #15382 + "deployment.*\sin\sthe\sright\sorder" # issue: #15369 ) # The following tests are known to be slow running (> 2 min), and are