Skip to content

Commit 0203957

Browse files
committed
Revert "Work around a macOS CI failure (#1100)"
This reverts commit a82d0a8.
1 parent 8a6ed78 commit 0203957

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/TestingTests/IssueTests.swift

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

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

612611
await fulfillment(of: [expectationFailed], timeout: 0.0)
613612
}
614-
#endif
615613

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

0 commit comments

Comments
 (0)