Skip to content

Commit 545fbbc

Browse files
committed
Temporarily disable exit tests due to hangs in AttributedStringIndexTrackingTests
1 parent 22cac91 commit 545fbbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ let wasiLibcCSettings: [CSetting] = [
7676
]
7777

7878
let testOnlySwiftSettings: [SwiftSetting] = [
79-
.define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux])) // The latest Windows toolchain does not yet have exit tests in swift-testing
79+
// Disabled due to hangs on Linux within `AttributedStringIndexTrackingTests`
80+
// .define("FOUNDATION_EXIT_TESTS", .when(platforms: [.macOS, .linux])) // The latest Windows toolchain does not yet have exit tests in swift-testing
8081
]
8182

8283
let package = Package(

0 commit comments

Comments
 (0)