mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #14472 from gmarek/tests
Move broken service tests to the flaky suite to make GCE suite happy again
This commit is contained in:
commit
fabff59757
@ -101,7 +101,6 @@ REBOOT_SKIP_TESTS=(
|
||||
GCE_DEFAULT_SKIP_TESTS=(
|
||||
"${REBOOT_SKIP_TESTS[@]}"
|
||||
"Reboot"
|
||||
"should\srelease\sthe\sload\sbalancer\swhen\sType\sgoes\sfrom\sLoadBalancer" # timeouts in 20 minutes in last builds. #14424
|
||||
)
|
||||
|
||||
# Tests which cannot be run on GKE, e.g. because they require
|
||||
@ -123,6 +122,9 @@ GCE_FLAKY_TESTS=(
|
||||
"monotonically\sincreasing\srestart\scount"
|
||||
"should\sbe\sable\sto\schange\sthe\stype\sand\snodeport\ssettings\sof\sa\sservice" # file: service.go, issue: #13032
|
||||
"allows\sscheduling\sof\spods\son\sa\sminion\safter\sit\srejoins\sthe\scluster" # file: resize_nodes.go, issue: #13258
|
||||
"should\srelease\sthe\sload\sbalancer\swhen\sType\sgoes\sfrom\sLoadBalancer" # timeouts in 20 minutes in last builds. #14424
|
||||
"should\scorrectly\sserve\sidentically\snamed\sservices\sin\sdifferent\snamespaces\son\sdifferent\sexternal\sIP\saddresses" # same as above
|
||||
"should\sbe\sable\sto\screate\sa\sfunctioning\sexternal\sload\sbalancer" # same as above, also catches "...with user-provided balancer ip"
|
||||
)
|
||||
|
||||
# The following tests are known to be slow running (> 2 min), and are
|
||||
|
Loading…
Reference in New Issue
Block a user