Merge pull request #16378 from quinton-hoole/2015-10-27-promote-PD-e2e

Promote PD tests out of flaky.
This commit is contained in:
Daniel Smith 2015-10-27 13:13:29 -07:00
commit b7ecbbf744

View File

@ -143,8 +143,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
)
@ -179,7 +177,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
)