mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Mark "Networking should function for intra-pod communication" as flaky in parallel.
This commit is contained in:
parent
b44714da1d
commit
42dc0ca484
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ GCE_PARALLEL_FLAKY_TESTS=(
|
|||
"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
|
||||
)
|
||||
|
||||
# Tests that should not run on soak cluster.
|
||||
|
|
|
|||
Loading…
Reference in a new issue