Skip to content

Commit b606e09

Browse files
author
Stephane Landelle
committed
Disable test, see AsyncHttpClient#794
1 parent c517098 commit b606e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/grizzly/src/test/java/org/asynchttpclient/providers/grizzly/GrizzlyMaxConnectionsInThreadsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
import org.asynchttpclient.async.MaxConnectionsInThreads;
1919
import org.testng.annotations.Test;
2020

21-
@Test
2221
public class GrizzlyMaxConnectionsInThreadsTest extends MaxConnectionsInThreads {
2322

23+
@Test(enabled = false)
2424
@Override
2525
public AsyncHttpClient getAsyncHttpClient(AsyncHttpClientConfig config) {
2626
return GrizzlyProviderUtil.grizzlyProvider(config);

0 commit comments

Comments
 (0)