Skip to content

Commit 7922ef4

Browse files
authored
[test] Disable --parallel testing temporarily (#268)
We have a couple of non-deterministic CI failures right now, and they may be triggered by, or made more frequent by doing parallel testing. Disbaling while I continue to investigate. rdar://61837752 rdar://61965529
1 parent ef7e1c6 commit 7922ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/build-script-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def handle_invocation(swift_exec, args):
114114
tests = os.path.join(bin_path, 'sk-tests')
115115
print('Cleaning ' + tests)
116116
shutil.rmtree(tests, ignore_errors=True)
117-
swiftpm('test', swift_exec, swiftpm_args + ['--parallel'], env)
117+
swiftpm('test', swift_exec, swiftpm_args, env)
118118
elif args.action == 'install':
119119
bin_path = swiftpm_bin_path(swift_exec, swiftpm_args, env)
120120
swiftpm('build', swift_exec, swiftpm_args, env)

0 commit comments

Comments
 (0)