Skip to content

Commit 2d97355

Browse files
committed
chore(codegen): add TODO link to server protocol test filter
1 parent 58be189 commit 2d97355

File tree

1 file changed

+4
-1
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,10 @@ private static boolean filterProtocolTests(
301301
if (testCase.getId().equals("RestJsonNoInputAndOutput")) {
302302
return true;
303303
}
304-
// TODO: https://github.com/aws/aws-sdk-js-v3/issues/3058
304+
// TODO: Remove when server protocol tests are fixed in
305+
// https://github.com/aws/aws-sdk-js-v3/issues/3058
306+
// TODO: Move to filter specific to server protocol tests if added in
307+
// https://github.com/awslabs/smithy-typescript/issues/470
305308
if (testCase.getId().equals("RestJsonTestPayloadStructure")
306309
|| testCase.getId().equals("RestJsonHttpWithHeadersButNoPayload")) {
307310
return true;

0 commit comments

Comments
 (0)