We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcf9c7 commit c0310f4Copy full SHA for c0310f4
1 file changed
src/test/java/software/amazon/awssdk/crt/test/ServerListenerTest.java
@@ -1,5 +1,6 @@
1
package software.amazon.awssdk.crt.test;
2
3
+import org.junit.Ignore;
4
import org.junit.Test;
5
import software.amazon.awssdk.crt.CrtRuntimeException;
6
import software.amazon.awssdk.crt.eventstream.*;
@@ -24,6 +25,7 @@
24
25
26
import static org.junit.Assert.*;
27
28
+@Ignore
29
public class ServerListenerTest extends CrtTestFixture {
30
public ServerListenerTest() {}
31
0 commit comments