Skip to content

Commit 8a8c1b9

Browse files
committed
Remove repeated test
1 parent 3f55b2e commit 8a8c1b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/FileAsyncResponseTransformerTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,6 @@ void createOrAppendExisting_fileExists_shouldAppend() throws Exception {
186186
assertThat(testPath).hasContent(existingString + content);
187187
}
188188

189-
@RepeatedTest(10000)
190-
void foo() throws Exception {
191-
exceptionOccurred_deleteFileBehavior(FileTransformerConfiguration.defaultCreateNew());
192-
}
193-
194189
@ParameterizedTest
195190
@MethodSource("configurations")
196191
void exceptionOccurred_deleteFileBehavior(FileTransformerConfiguration configuration) throws Exception {

0 commit comments

Comments
 (0)