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 8d43633 commit 299e14cCopy full SHA for 299e14c
Tests/AsyncHTTPClientTests/HTTPClientTests.swift
@@ -1111,10 +1111,6 @@ class HTTPClientTests: XCTestCase {
1111
}
1112
1113
func testStressGetClose() throws {
1114
- guard !isTestingNIOTS() else {
1115
- XCTFail("Disabled test as it crashes");
1116
- return
1117
- }
1118
let httpBin = HTTPBin(ssl: false)
1119
let httpClient = HTTPClient(eventLoopGroupProvider: .shared(self.clientGroup),
1120
configuration: HTTPClient.Configuration(certificateVerification: .none))
0 commit comments