From b548a8617e1d713b0999eeff00ddff8742144800 Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Tue, 27 Oct 2015 10:36:08 -0700 Subject: [PATCH] Promote PD tests out of flaky. Fixes #15382, #16377. --- hack/jenkins/e2e.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index c3945f25b07..3f8302cbdb5 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -138,8 +138,6 @@ GCE_FLAKY_TESTS=( "Jobs\sare\slocally\srestarted" "Resource\susage\sof\ssystem\scontainers" "allows\sscheduling\sof\spods\son\sa\sminion\safter\sit\srejoins\sthe\scluster" # file: resize_nodes.go, issue: #13258 - "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 ) @@ -174,7 +172,6 @@ GCE_PARALLEL_FLAKY_TESTS=( "DaemonRestart" "Elasticsearch" "Namespaces.*should\sdelete\sfast" - "PD" "ServiceAccounts" "Networking\sshould\sfunction\sfor\sintra-pod\scommunication" # possibly causing Ginkgo to get stuck, issue: #13485 )