Skip to content

Commit 12926e3

Browse files
committed
Disable parallel testing
Parallel testing fails on macOS as well as Linux. Disabling it on all platforms.
1 parent 6e17ef4 commit 12926e3

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
@@ -151,7 +151,7 @@ def add_rpath(rpath, binary, verbose):
151151
print(stdout)
152152

153153
def should_test_parallel():
154-
return platform.system() != 'Linux'
154+
return False
155155

156156
def handle_invocation(args):
157157
swiftpm_args = get_swiftpm_options(args)

0 commit comments

Comments
 (0)