From 6a2d040070d4b22259db459d39faffa948cf4b20 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 19 Oct 2015 09:57:52 -0700 Subject: [PATCH] Remove service tests from flaky lists after recent revamp --- hack/jenkins/e2e.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index d7bc061ac16..a2eb1fecb3a 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -137,11 +137,7 @@ GCE_FLAKY_TESTS=( "Daemon\sset\sshould" "Jobs\sare\slocally\srestarted" "Resource\susage\sof\ssystem\scontainers" - "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 - "should\srelease\sthe\sload\sbalancer\swhen\sType\sgoes\sfrom\sLoadBalancer" # timeouts in 20 minutes in last builds. #14424 - "should\scorrectly\sserve\sidentically\snamed\sservices\sin\sdifferent\snamespaces\son\sdifferent\sexternal\sIP\saddresses" # same as above - "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 @@ -180,12 +176,6 @@ GCE_PARALLEL_FLAKY_TESTS=( "Namespaces.*should\sdelete\sfast" "PD" "ServiceAccounts" - "Services.*change\sthe\stype" - "Services.*functioning\sexternal\sload\sbalancer" - "Services.*identically\snamed" - "Services.*release.*load\sbalancer" - "Services.*endpoint" - "Services.*up\sand\sdown" "Networking\sshould\sfunction\sfor\sintra-pod\scommunication" # possibly causing Ginkgo to get stuck, issue: #13485 )