We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c07cca commit 01c3f97Copy full SHA for 01c3f97
src/test/java/software/amazon/encryption/s3/S3EncryptionClientBuilderValidationTest.java
@@ -282,11 +282,4 @@ public void testBuilderWithNullKmsKeyId() {
282
);
283
assertTrue(exception.getMessage().contains("Only one may be set of"));
284
}
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
- }
292
0 commit comments