Merge pull request #34344 from timstclair/summary-test

Automatic merge from submit-queue

Run flaky tests in parallel

We should try to emulate the main CI environment in the flaky test suite so that it is clear when a test can be moved out of the flaky suite. Since a common source of flakes is unintended interactions between tests running in parallel, we should run the flaky suite in parallel to better detect such flakes.
pull/6/head
Kubernetes Submit Queue 2016-10-10 21:12:39 -07:00 committed by GitHub
commit a1f1e88f44
1 changed files with 0 additions and 2 deletions

View File

@ -8,5 +8,3 @@ SETUP_NODE=false
# DISABLED --cgroups-per-qos flag until feature stabilized.
#TEST_ARGS=--cgroups-per-qos=false
TEST_ARGS=
# Run flaky test sequentially
PARALLELISM=1