Demote Shell.*services e2e test as it cannot be run in parallel with other tests (yet)

Fixes #10127
This commit is contained in:
Quinton Hoole 2015-07-10 08:33:22 -07:00
parent f82c25524a
commit f653932b87

View File

@ -85,6 +85,7 @@ ${GCE_DEFAULT_SKIP_TEST_REGEX}\
|Nodes\sNetwork\ |Nodes\sNetwork\
|Nodes\sResize\ |Nodes\sResize\
|MaxPods\ |MaxPods\
|Shell.*services\
" "
# Tests which are known to be flaky when run in parallel. # 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. # TODO: figure out why GCE_FLAKY_TEST_REGEX is not a perfect subset of this list.