Skip to content

Commit ef6d43e

Browse files
authored
Merge pull request #41230 from apple/shahmishal/disable-swiftdocc-test
Skip SwiftDocC test on full and smoke PR testing (87784021)
2 parents 11d010a + 2d6e004 commit ef6d43e

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
@@ -668,6 +668,9 @@ skip-build-benchmarks
668668
# Skip playground tests
669669
skip-test-playgroundsupport
670670

671+
# SKIP SWIFT-DOCC TESTS (87784021)
672+
skip-test-swiftdocc
673+
671674
[preset: buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx,flto]
672675
mixin-preset=buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx
673676
build-subdir=buildbot_incremental
@@ -1605,6 +1608,9 @@ sil-verify-all
16051608
skip-test-ios-host
16061609
skip-test-watchos-host
16071610

1611+
# SKIP SWIFT-DOCC TESTS (87784021)
1612+
skip-test-swiftdocc
1613+
16081614

16091615
#===------------------------------------------------------------------------===#
16101616
# Test watchOS on OS X builder

0 commit comments

Comments
 (0)