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

Fixes #10127
pull/6/head
Quinton Hoole 2015-07-10 08:33:22 -07:00
parent f82c25524a
commit f653932b87
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ ${GCE_DEFAULT_SKIP_TEST_REGEX}\
|Nodes\sNetwork\
|Nodes\sResize\
|MaxPods\
|Shell.*services\
"
# 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.