Skip to content

Commit 5789ff4

Browse files
chore: re-enable ssdk content-length test (#2599)
1 parent 63198f5 commit 5789ff4

File tree

1 file changed

+0
-3
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen

1 file changed

+0
-3
lines changed

Diff for: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java

-3
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,6 @@ private static boolean filterProtocolTests(
293293
if (testCase.getId().equals("QueryCustomizedError")) {
294294
return true;
295295
}
296-
if (testCase.getId().equals("RestJsonStreamingTraitsRequireLengthWithBlob") && settings.generateServerSdk()) {
297-
return true;
298-
}
299296
//TODO: enable with Smithy 1.10
300297
if ((testCase.getId().equals("RestJsonAllQueryStringTypes")
301298
|| testCase.getId().equals("RestJsonQueryStringEscaping"))

0 commit comments

Comments
 (0)