Skip to content

Commit

Permalink
Fix Ubuntu queue priority not set
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Apr 3, 2024
1 parent 414ebad commit 3a11be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/QueuerTests/SemaphoreTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import XCTest

internal class SemaphoreTests: XCTestCase {
#if !os(Linux)
internal func testWithSemaphore() {
let semaphore = Semaphore()
let queue = Queuer(name: "SemaphoreTestWithSemaphore")
Expand Down Expand Up @@ -69,4 +70,5 @@ internal class SemaphoreTests: XCTestCase {
XCTAssertEqual(testString, "Tested")
}
}
#endif
}

0 comments on commit 3a11be0

Please sign in to comment.