Skip to content

Commit 10e96e5

Browse files
authored
Merge pull request swiftlang#38058 from apple/5.5-unblock-ci-playground-test
Skip playground support test in PR testing (79641780)
2 parents 3e5ca38 + 7459028 commit 10e96e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/build-presets.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,9 @@ swift-primary-variant-arch=x86_64
629629
# Don't build the benchmarks
630630
skip-build-benchmarks
631631

632+
# Skip playground tests
633+
skip-test-playgroundsupport
634+
632635
[preset: buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx,flto]
633636
mixin-preset=buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx
634637
build-subdir=buildbot_incremental
@@ -1530,6 +1533,9 @@ swiftevolve
15301533
# Build Playground support
15311534
playgroundsupport
15321535

1536+
# Skip Playground tests
1537+
skip-test-playgroundsupport
1538+
15331539
# Skip build and test for tvOS
15341540
skip-build-tvos
15351541
skip-test-tvos

0 commit comments

Comments
 (0)