Skip to content

Commit 8f46c12

Browse files
authored
Skip buffered splitatble request body for sync tests since sync client doesn't support them (#6509)
1 parent 7cd570f commit 8f46c12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/s3-tests/src/it/java/software/amazon/awssdk/services/s3/regression/upload/UploadStreamingRegressionTesting.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ protected TestRequestBody getRequestBody(BodyType bodyType, ContentSize contentS
244244
case BLOCKING_INPUT_STREAM:
245245
case BLOCKING_OUTPUT_STREAM:
246246
case INPUTSTREAM_NO_LENGTH:
247+
case BUFFERED_SPLITTABLE_KNOWN_CONTENT_LENGTH:
248+
case BUFFERED_SPLITTABLE_UNKNOWN_CONTENT_LENGTH:
247249
Assumptions.abort("Test BodyType not supported for sync client: " + bodyType);
248250
default:
249251
throw new RuntimeException("Unsupported body type: " + bodyType);

0 commit comments

Comments
 (0)