Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Tests/Foundation/TestURLSession.swift
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ final class TestURLSession: LoopbackServerTest, @unchecked Sendable {
}

func test_connectTimeout() async throws {
throw XCTSkip("This test is disabled (flaky when all tests are run together)")
#if false
// Reconfigure http server for this specific scenario:
// a slow request keeps web server busy, while other
// request times out on connection attempt.
Expand Down Expand Up @@ -646,6 +648,7 @@ final class TestURLSession: LoopbackServerTest, @unchecked Sendable {
Self.stopServer()
Self.options = .default
Self.startServer()
#endif
}

func test_repeatedRequestsStress() async throws {
Expand Down