File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ final class HTTPClientTests: XCTestCase {
226
226
}
227
227
228
228
func testExponentialBackoff( ) async throws {
229
- try skipOnWindowsAsTestCurrentlyFails ( )
229
+ try skipOnWindowsAsTestCurrentlyFails ( because : " https://github.com/swiftlang/swift-package-manager/issues/8501 " )
230
230
231
231
let counter = SendableBox ( 0 )
232
232
let lastCall = SendableBox < Date > ( )
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ final class LegacyHTTPClientTests: XCTestCase {
350
350
}
351
351
352
352
func testExponentialBackoff( ) throws {
353
- try skipOnWindowsAsTestCurrentlyFails ( )
353
+ try skipOnWindowsAsTestCurrentlyFails ( because : " https://github.com/swiftlang/swift-package-manager/issues/8501 " )
354
354
355
355
let count = ThreadSafeBox < Int > ( 0 )
356
356
let lastCall = ThreadSafeBox < Date > ( )
You can’t perform that action at this time.
0 commit comments