Merge pull request #15854 from thockin/service-e2e-not-flaky

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-10-24 00:25:52 -07:00
commit 6600fbcf7d

View File

@ -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
)