Skip to content

Commit 299e14c

Browse files
committed
Re-enabled testStressGetClose()
1 parent 8d43633 commit 299e14c

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
@@ -1111,10 +1111,6 @@ class HTTPClientTests: XCTestCase {
11111111
}
11121112

11131113
func testStressGetClose() throws {
1114-
guard !isTestingNIOTS() else {
1115-
XCTFail("Disabled test as it crashes");
1116-
return
1117-
}
11181114
let httpBin = HTTPBin(ssl: false)
11191115
let httpClient = HTTPClient(eventLoopGroupProvider: .shared(self.clientGroup),
11201116
configuration: HTTPClient.Configuration(certificateVerification: .none))

0 commit comments

Comments
 (0)