mirror of https://github.com/k3s-io/k3s
Merge pull request #15086 from jlowdermilk/parallel-expose-test
Remove kubectl expose from GCE_PARALLEL_FLAKY_TESTSpull/6/head
commit
934ada3d03
|
@ -174,7 +174,6 @@ GCE_PARALLEL_FLAKY_TESTS=(
|
||||||
"Services.*endpoint"
|
"Services.*endpoint"
|
||||||
"Services.*up\sand\sdown"
|
"Services.*up\sand\sdown"
|
||||||
"Networking\sshould\sfunction\sfor\sintra-pod\scommunication" # possibly causing Ginkgo to get stuck, issue: #13485
|
"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.
|
# Tests that should not run on soak cluster.
|
||||||
|
|
Loading…
Reference in New Issue