We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be76c7a commit 0ae0962Copy full SHA for 0ae0962
Tests/AsyncHTTPClientTests/HTTPClientTests.swift
@@ -1099,10 +1099,6 @@ class HTTPClientTests: XCTestCase {
1099
}
1100
1101
func testStressGetClose() throws {
1102
- guard !isTestingNIOTS() else {
1103
- XCTFail("Disabled test as it crashes");
1104
- return
1105
- }
1106
let httpBin = HTTPBin(ssl: false)
1107
let httpClient = HTTPClient(eventLoopGroupProvider: .shared(self.clientGroup),
1108
configuration: HTTPClient.Configuration(certificateVerification: .none))
0 commit comments