Skip to content

Commit a82d0a8

Browse files
authored
Work around a macOS CI failure (#1100)
This works around a macOS CI failure. A revert in the Swift compiler (in swiftlang/swift#80830) is expected to resolve it, but the release of a newer `main` development snapshot toolchain is blocked for unrelated reasons. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent 099d177 commit a82d0a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/TestingTests/IssueTests.swift

+2
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ final class IssueTests: XCTestCase {
491491
}.run(configuration: .init())
492492
}
493493

494+
#if !SWT_TARGET_OS_APPLE || SWT_FIXED_149299786
494495
func testErrorCheckingWithExpect() async throws {
495496
let expectationFailed = expectation(description: "Expectation failed")
496497
expectationFailed.isInverted = true
@@ -610,6 +611,7 @@ final class IssueTests: XCTestCase {
610611

611612
await fulfillment(of: [expectationFailed], timeout: 0.0)
612613
}
614+
#endif
613615

614616
func testErrorCheckingWithExpect_mismatchedErrorDescription() async throws {
615617
let expectationFailed = expectation(description: "Expectation failed")

0 commit comments

Comments
 (0)