Skip to content

Commit e9e2d8a

Browse files
committed
Disable playgroundsupport tests to workaround rdar://47528005
1 parent 9962f02 commit e9e2d8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-script-impl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3342,6 +3342,9 @@ for host in "${ALL_HOSTS[@]}"; do
33423342
echo "Skipping PlaygroundLogger tests on non-macOS platform"
33433343
continue
33443344
fi
3345+
3346+
echo "Skipping PlaygroundLogger tests due to rdar://47528005"
3347+
continue
33453348

33463349
PLAYGROUNDSUPPORT_BUILD_DIR=$(build_directory ${host} ${product})
33473350
SWIFTC_BIN="$(build_directory_bin ${host} swift)/swiftc"

0 commit comments

Comments
 (0)