Skip to content

Commit 01c3f97

Browse files
Revert "Add test that never passes"
This reverts commit 0c07cca.
1 parent 0c07cca commit 01c3f97

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/test/java/software/amazon/encryption/s3/S3EncryptionClientBuilderValidationTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,4 @@ public void testBuilderWithNullKmsKeyId() {
282282
);
283283
assertTrue(exception.getMessage().contains("Only one may be set of"));
284284
}
285-
286-
// TODO: REMOVE THIS TEST - Demo test to verify retry behavior
287-
@RetryingTest(3)
288-
public void testRetryDemoAlwaysFails() {
289-
System.out.println("Retry attempt made - this test always fails");
290-
throw new RuntimeException("Demo test to show retry behavior - REMOVE THIS TEST");
291-
}
292285
}

0 commit comments

Comments
 (0)