Skip to content

Commit 0ae0962

Browse files
committed
Re-enabled testStressGetClose()
1 parent be76c7a commit 0ae0962

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/AsyncHTTPClientTests/HTTPClientTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,10 +1099,6 @@ class HTTPClientTests: XCTestCase {
10991099
}
11001100

11011101
func testStressGetClose() throws {
1102-
guard !isTestingNIOTS() else {
1103-
XCTFail("Disabled test as it crashes");
1104-
return
1105-
}
11061102
let httpBin = HTTPBin(ssl: false)
11071103
let httpClient = HTTPClient(eventLoopGroupProvider: .shared(self.clientGroup),
11081104
configuration: HTTPClient.Configuration(certificateVerification: .none))

0 commit comments

Comments
 (0)