Skip to content

Commit

Permalink
fix tests build
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-swifter committed Jan 23, 2024
1 parent e45b539 commit 68ce1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/ConcurrencyHelpersTests/ConcurrencyHelpersTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ final class ConcurrencyHelpersTests: XCTestCase {

XCTAssertThrowsError(try runSync { try await self.someThrowingAsyncMethod(argument: nil) })
}

/* To be fixed in sc-6284
#if os(OSX) && DEBUG
func testForBlockingCallProvidedQueueUsed() async {
let queue = DispatchQueue(label: "com.test.queue")
Expand All @@ -155,7 +155,7 @@ final class ConcurrencyHelpersTests: XCTestCase {
XCTAssert(exception?.description.contains("BadInstruction") ?? false)
}
#endif

*/
func testTaskCancellationInYieldWithBackPressure() async throws {
typealias Stream = AsyncStream<Int>

Expand Down

0 comments on commit 68ce1a8

Please sign in to comment.