File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,18 @@ common:race --@io_bazel_rules_go//go/config:race
85
85
86
86
common:performance --compilation_mode=opt
87
87
88
+ # Configurations used to debug flaky tests
89
+ common:quarantine --config=remote-minimal
90
+ test:quarantine --config=race
91
+ test:quarantine --test_env=RUN_QUARANTINED_TESTS=true
92
+
88
93
# Configuration used to deflake tests
89
94
common:deflake --config=remote-minimal
90
95
test:deflake --runs_per_test=100
91
96
test:deflake --test_output=errors
92
97
test:deflake --test_runner_fail_fast
93
98
test:deflake --notest_keep_going
94
- test:deflake --config=race
99
+ test:deflake --config=quarantine
95
100
96
101
# Run Webdriver tests with --config=webdriver-debug to debug webdriver tests locally.
97
102
# See server/testutil/webtester/webtester.go for more details.
You can’t perform that action at this time.
0 commit comments