Skip to content

Commit

Permalink
Skip more tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bkhouri committed Jan 23, 2025
1 parent f42ebb3 commit 27afed4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/BasicsTests/LegacyHTTPClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,9 @@ final class LegacyHTTPClientTests: XCTestCase {
wait(for: [promise], timeout: 1)
}

func testExponentialBackoff() {
func testExponentialBackoff() throws {
try skipOnWindowsAsTestCurrentlyFails()

let count = ThreadSafeBox<Int>(0)
let lastCall = ThreadSafeBox<Date>()
let maxAttempts = 5
Expand Down

0 comments on commit 27afed4

Please sign in to comment.