Add kubectl expose to GCE_PARALLEL_FLAKY_TESTS

It's essentially the same as Services.*expose, just using kubectl
instead of client lib.

Fixes #14078
This commit is contained in:
Jeff Lowdermilk
2015-09-16 16:20:40 -07:00
parent df4a007cee
commit 12010e9832
2 changed files with 10 additions and 7 deletions

View File

@@ -160,6 +160,7 @@ GCE_PARALLEL_FLAKY_TESTS=(
"Services.*endpoint"
"Services.*up\sand\sdown"
"Networking\sshould\sfunction\sfor\sintra-pod\scommunication" # possibly causing Ginkgo to get stuck, issue: #13485
"Kubectl\sexpose"
)
# Tests that should not run on soak cluster.