Commit f5cbf5af authored by Victor Marmol's avatar Victor Marmol

Merge pull request #10923 from wojtek-t/promote_tests_2

Promote ElasticSearch test to non-flaky suite
parents bad704f3 de3a36c9
......@@ -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\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment