Skip to content

Commit 1cb0a66

Browse files
authored
Skip testDownloadDefaultAuthenticationSuccess on CI (#7071)
Seems like this tends to be flaky on CI. rdar://118135091
1 parent a38a0b7 commit 1cb0a66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/BasicsTests/URLSessionHTTPClientTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ final class URLSessionHTTPClientTest: XCTestCase {
356356
// https://github.com/apple/swift-corelibs-foundation/pull/2593 tries to address the latter part
357357
try XCTSkipIf(true, "test is only supported on macOS")
358358
#endif
359+
try XCTSkipIfCI()
359360
let netrcContent = "default login default password default"
360361
let netrc = try NetrcAuthorizationWrapper(underlying: NetrcParser.parse(netrcContent))
361362
let authData = Data("default:default".utf8)

0 commit comments

Comments
 (0)