mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #10923 from wojtek-t/promote_tests_2
Promote ElasticSearch test to non-flaky suite
This commit is contained in:
commit
f5cbf5af0f
@ -68,7 +68,6 @@ fi
|
||||
# Specialized tests which should be skipped by default for projects.
|
||||
GCE_DEFAULT_SKIP_TEST_REGEX="\
|
||||
Skipped|\
|
||||
Density|\
|
||||
Reboot|\
|
||||
Restart|\
|
||||
Example\
|
||||
@ -76,8 +75,7 @@ Example\
|
||||
# The following tests are known to be flaky, and are thus run only in their own
|
||||
# -flaky- build variants.
|
||||
GCE_FLAKY_TEST_REGEX="\
|
||||
Elasticsearch\
|
||||
|Shell.*services\
|
||||
Shell.*services\
|
||||
|MaxPods.*\
|
||||
"
|
||||
# Tests which are not able to be run in parallel.
|
||||
@ -92,10 +90,10 @@ ${GCE_DEFAULT_SKIP_TEST_REGEX}\
|
||||
# Tests which are known to be flaky when run in parallel.
|
||||
# TODO: figure out why GCE_FLAKY_TEST_REGEX is not a perfect subset of this list.
|
||||
GCE_PARALLEL_FLAKY_TEST_REGEX="\
|
||||
Addon\
|
||||
|Elasticsearch\
|
||||
Elasticsearch\
|
||||
|Hostdir.*MOD\
|
||||
|Networking.*intra|PD\
|
||||
|Networking.*intra\
|
||||
|PD\
|
||||
|ServiceAccounts\
|
||||
|Service\sendpoints\slatency\
|
||||
|Services.*change\sthe\stype\
|
||||
|
Loading…
Reference in New Issue
Block a user