From 33b5616ebcfd66be12637ea152e979883325516c Mon Sep 17 00:00:00 2001 From: saadali Date: Thu, 27 Aug 2015 21:39:46 -0700 Subject: [PATCH] Fix E2E Test "Pod Disks should schedule a pod w/ a RW PD, remove it, then schedule it on another host" out of flaky --- hack/jenkins/e2e.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 1ac2bb79bc0..e893f225d07 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -101,7 +101,6 @@ GCE_FLAKY_TESTS=( "DaemonRestart" "ResourceUsage" "monotonically\sincreasing\srestart\scount" - "then\sschedule\sit\son\sanother\shost" # file: pd.go, issue: #13257 "should\sbe\sable\sto\schange\sthe\stype\sand\snodeport\ssettings\sof\sa\sservice" # file: service.go, issue: #13032 "allows\sscheduling\sof\spods\son\sa\sminion\safter\sit\srejoins\sthe\scluster" # file: resize_nodes.go, issue: #13258 )