Skip to content

Commit b46acd0

Browse files
committed
Cleanup
1 parent 1e58c25 commit b46acd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/stability-tests/src/it/java/software/amazon/awssdk/stability/tests/kinesis/KinesisStabilityTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.apache.commons.lang3.RandomUtils;
3232
import org.junit.jupiter.api.AfterEach;
3333
import org.junit.jupiter.api.BeforeEach;
34-
import org.junit.jupiter.api.RepeatedTest;
3534
import software.amazon.awssdk.core.SdkBytes;
3635
import software.amazon.awssdk.core.async.SdkPublisher;
3736
import software.amazon.awssdk.http.nio.netty.NettyNioAsyncHttpClient;
@@ -116,7 +115,6 @@ public void tearDown() {
116115
asyncClient.close();
117116
}
118117

119-
@RepeatedTest(30)
120118
@RetryableTest(maxRetries = 3, retryableException = StabilityTestsRetryableException.class)
121119
public void putRecords_subscribeToShard() throws InterruptedException {
122120
putRecords();

0 commit comments

Comments
 (0)