mirror of https://github.com/k3s-io/k3s
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
commit
a1f1e88f44
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue