We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cac91 commit 545fbbcCopy full SHA for 545fbbc
Package.swift
@@ -76,7 +76,8 @@ let wasiLibcCSettings: [CSetting] = [
76
]
77
78
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
+ // 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
81
82
83
let package = Package(
0 commit comments