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 901a162 commit 541fa31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/QueuerTests/QueuerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ internal class QueuerTests: XCTestCase {
}
}

#if !os(Linux)
internal func testQueueState() {
let queue = Queuer(name: "QueuerTestPauseAndResume")
let testExpectation = expectation(description: "Pause and Resume")
Expand Down Expand Up @@ -369,4 +370,5 @@ internal class QueuerTests: XCTestCase {
}
}
}
#endif
}

0 comments on commit 541fa31

Please sign in to comment.