File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
test/stability-tests/src/it/java/software/amazon/awssdk/stability/tests/kinesis Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 31
31
import org .apache .commons .lang3 .RandomUtils ;
32
32
import org .junit .jupiter .api .AfterEach ;
33
33
import org .junit .jupiter .api .BeforeEach ;
34
- import org .junit .jupiter .api .RepeatedTest ;
35
34
import software .amazon .awssdk .core .SdkBytes ;
36
35
import software .amazon .awssdk .core .async .SdkPublisher ;
37
36
import software .amazon .awssdk .http .nio .netty .NettyNioAsyncHttpClient ;
@@ -116,7 +115,6 @@ public void tearDown() {
116
115
asyncClient .close ();
117
116
}
118
117
119
- @ RepeatedTest (30 )
120
118
@ RetryableTest (maxRetries = 3 , retryableException = StabilityTestsRetryableException .class )
121
119
public void putRecords_subscribeToShard () throws InterruptedException {
122
120
putRecords ();
You can’t perform that action at this time.
0 commit comments