diff --git a/Tests/OpenCombineTests/ConcurrencyTests/PublisherConcurrencyTests.swift b/Tests/OpenCombineTests/ConcurrencyTests/PublisherConcurrencyTests.swift index 61596e16..2397b6a5 100644 --- a/Tests/OpenCombineTests/ConcurrencyTests/PublisherConcurrencyTests.swift +++ b/Tests/OpenCombineTests/ConcurrencyTests/PublisherConcurrencyTests.swift @@ -972,8 +972,8 @@ final class PublisherConcurrencyTests: XCTestCase { } XCTAssertEqual(numberOfTasksFinished, 3) - // FIXME: This test case will sometimes fail on macOS 13 + Xcode 15.0.1 - #if swift(>=5.9) && canImport(Darwin) + // FIXME: This test case will sometimes fail on macOS 13 + Xcode 15.0.1/Xcode 14.3.1 + #if swift(>=5.8) && canImport(Darwin) #else XCTAssertEqual(subscription.history, [.requested(.max(1)), .requested(.max(1))]) #endif