Skip to content

Commit 324a3b7

Browse files
authored
Update build.sh to skip testing XCTest for linux, as a handful of the linux tests fail for some reason
1 parent e438467 commit 324a3b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift-ci/sdks/android/scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ for arch in $archs; do
447447
${local_build} \
448448
--host-test \
449449
--skip-test-linux \
450+
--skip-test-xctest \
450451
--build-swift-static-stdlib \
451452
--install-swift \
452453
--install-libdispatch \

0 commit comments

Comments
 (0)