Skip to content

Commit b69b792

Browse files
authored
Mark skipped test with a GitHub issue (#8502)
1 parent 453e6d3 commit b69b792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/BasicsTests/HTTPClientTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ final class HTTPClientTests: XCTestCase {
226226
}
227227

228228
func testExponentialBackoff() async throws {
229-
try skipOnWindowsAsTestCurrentlyFails()
229+
try skipOnWindowsAsTestCurrentlyFails(because: "https://github.com/swiftlang/swift-package-manager/issues/8501")
230230

231231
let counter = SendableBox(0)
232232
let lastCall = SendableBox<Date>()

Tests/BasicsTests/LegacyHTTPClientTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ final class LegacyHTTPClientTests: XCTestCase {
350350
}
351351

352352
func testExponentialBackoff() throws {
353-
try skipOnWindowsAsTestCurrentlyFails()
353+
try skipOnWindowsAsTestCurrentlyFails(because: "https://github.com/swiftlang/swift-package-manager/issues/8501")
354354

355355
let count = ThreadSafeBox<Int>(0)
356356
let lastCall = ThreadSafeBox<Date>()

0 commit comments

Comments
 (0)