Skip to content

Commit c0310f4

Browse files
committed
Disable ServerListenerTest
1 parent 5dcf9c7 commit c0310f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/software/amazon/awssdk/crt/test/ServerListenerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package software.amazon.awssdk.crt.test;
22

3+
import org.junit.Ignore;
34
import org.junit.Test;
45
import software.amazon.awssdk.crt.CrtRuntimeException;
56
import software.amazon.awssdk.crt.eventstream.*;
@@ -24,6 +25,7 @@
2425

2526
import static org.junit.Assert.*;
2627

28+
@Ignore
2729
public class ServerListenerTest extends CrtTestFixture {
2830
public ServerListenerTest() {}
2931

0 commit comments

Comments
 (0)