Skip to content

Commit

Permalink
Merge pull request kubernetes#10740 from wojtek-t/promote_tests_from_…
Browse files Browse the repository at this point in the history
…flaky

Promote no-longer flaky tests to gce suite
  • Loading branch information
wojtek-t committed Jul 7, 2015
2 parents 34dd9c7 + 78c1117 commit c6ca1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fi
GCE_DEFAULT_SKIP_TEST_REGEX="Skipped|Density|Reboot|Restart|Example"
# The following tests are known to be flaky, and are thus run only in their own
# -flaky- build variants.
GCE_FLAKY_TEST_REGEX="Addon|Elasticsearch|Nodes.*network\spartition|Proxy.*logs|Shell.*services|MaxPods.*"
GCE_FLAKY_TEST_REGEX="Elasticsearch|Proxy.*logs|Shell.*services|MaxPods.*"
# Tests which are not able to be run in parallel.
GCE_PARALLEL_SKIP_TEST_REGEX="${GCE_DEFAULT_SKIP_TEST_REGEX}|Etcd|NetworkingNew|Nodes\sNetwork|Nodes\sResize|MaxPods"
# Tests which are known to be flaky when run in parallel.
Expand Down

0 comments on commit c6ca1de

Please sign in to comment.