File tree 1 file changed +2
-0
lines changed
client/src/test/java/org/asynchttpclient
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 23
23
import org .asynchttpclient .cookie .CookieEvictionTask ;
24
24
import org .asynchttpclient .cookie .CookieStore ;
25
25
import org .asynchttpclient .cookie .ThreadSafeCookieStore ;
26
+ import org .junit .jupiter .api .Disabled ;
26
27
import org .junit .jupiter .api .condition .EnabledOnOs ;
27
28
import org .junit .jupiter .api .condition .OS ;
28
29
@@ -57,6 +58,7 @@ public void testNativeTransportWithEpollOnly() throws Exception {
57
58
58
59
@ RepeatedIfExceptionsTest (repeats = 5 )
59
60
@ EnabledOnOs (OS .LINUX )
61
+ @ Disabled // doesn't work on TeamCity Agent
60
62
public void testNativeTransportWithoutEpollOnly () throws Exception {
61
63
AsyncHttpClientConfig config = config ().setUseNativeTransport (true ).setUseOnlyEpollNativeTransport (false ).build ();
62
64
try (DefaultAsyncHttpClient client = (DefaultAsyncHttpClient ) asyncHttpClient (config )) {
You can’t perform that action at this time.
0 commit comments