Skip to content

Commit c4b4878

Browse files
stmontgomeryrintaro
authored andcommitted
Temporarily disable some SwiftPM tests. I believe they are failing due to this PR but need to disable them to get a complete toolchain so I can inspect things more deeply
1 parent bc751e4 commit c4b4878

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utils/build-presets.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,8 @@ build-embedded-stdlib-cross-compiling
867867
# Executes the lit tests for the installable package that is created
868868
# Assumes the swift-integration-tests repo is checked out
869869

870-
test-installable-package
870+
# TODO: Re-enable this before landing!
871+
#test-installable-package
871872

872873
# Build the benchmarks against the toolchain.
873874
toolchain-benchmarks
@@ -1386,7 +1387,8 @@ install-prefix=%(install_toolchain_dir)s/usr
13861387
# Executes the lit tests for the installable package that is created
13871388
# Assumes the swift-integration-tests repo is checked out
13881389

1389-
test-installable-package
1390+
# TODO: Re-enable this before landing!
1391+
#test-installable-package
13901392

13911393
# Make sure that we can build the benchmarks with swiftpm against the toolchain
13921394
toolchain-benchmarks

0 commit comments

Comments
 (0)