Skip to content

Commit 7d6103b

Browse files
authored
Remove temporary exclusion of Kinesis test (aws#2853)
1 parent 81418dc commit 7d6103b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/kinesis/src/it/java/software/amazon/awssdk/services/kinesis/KinesisIntegrationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public void testGetFromBogusIterator() {
109109
}
110110

111111
@Test
112-
@Ignore
113112
public void testKinesisOperations() throws Exception {
114113
String streamName = "java-test-stream-" + System.currentTimeMillis();
115114
boolean created = false;

0 commit comments

Comments
 (0)