We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e3a42 commit 58ce5f7Copy full SHA for 58ce5f7
services/kinesis/src/it/java/software/amazon/awssdk/services/kinesis/KinesisIntegrationTests.java
@@ -23,6 +23,7 @@
23
import java.util.List;
24
import org.hamcrest.Matchers;
25
import org.junit.Assert;
26
+import org.junit.Ignore;
27
import org.junit.Test;
28
import software.amazon.awssdk.core.SdkBytes;
29
import software.amazon.awssdk.core.exception.SdkServiceException;
@@ -108,6 +109,7 @@ public void testGetFromBogusIterator() {
108
109
}
110
111
@Test
112
+ @Ignore
113
public void testKinesisOperations() throws Exception {
114
String streamName = "java-test-stream-" + System.currentTimeMillis();
115
boolean created = false;
0 commit comments