mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
flake: Disable flaky service e2e per #16285
This commit is contained in:
parent
465c5b0791
commit
f7449ce3fa
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ GCE_PARALLEL_FLAKY_TESTS=(
|
|||
"PD"
|
||||
"ServiceAccounts"
|
||||
"Networking\sshould\sfunction\sfor\sintra-pod\scommunication" # possibly causing Ginkgo to get stuck, issue: #13485
|
||||
"Services.*identically\snamed" # error waiting for reachability, issue: #16285
|
||||
)
|
||||
|
||||
# Tests that should not run on soak cluster.
|
||||
|
|
|
|||
Loading…
Reference in a new issue