Skip to content

Commit 7ac9b74

Browse files
committed
chore(codegen): add TODO link to server protocol test filter
1 parent 500ca11 commit 7ac9b74

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
@@ -298,7 +298,10 @@ private static boolean filterProtocolTests(
298298
if (testCase.getId().equals("QueryCustomizedError")) {
299299
return true;
300300
}
301-
// TODO: https://github.com/aws/aws-sdk-js-v3/issues/3058
301+
// TODO: Remove when server protocol tests are fixed in
302+
// https://github.com/aws/aws-sdk-js-v3/issues/3058
303+
// TODO: Move to filter specific to server protocol tests if added in
304+
// https://github.com/awslabs/smithy-typescript/issues/470
302305
if (testCase.getId().equals("RestJsonTestPayloadStructure")
303306
|| testCase.getId().equals("RestJsonHttpWithHeadersButNoPayload")) {
304307
return true;

0 commit comments

Comments
 (0)