Skip to content

Commit a38a0b7

Browse files
authored
Update bootstrap script to disable --parallel for testing by default (#7073)
1 parent 76fe2b2 commit a38a0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def add_test_args(parser):
163163
"--parallel",
164164
action="store_true",
165165
help="whether to run tests in parallel",
166-
default=True)
166+
default=False)
167167
parser.add_argument(
168168
"--filter",
169169
action="append",

0 commit comments

Comments
 (0)