Skip to content

Commit 6391232

Browse files
authored
Merge branch 'main' into xml-parser-disable-trim-values
2 parents 95e0e4c + 398a092 commit 6391232

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -294,12 +294,6 @@ private static boolean filterProtocolTests(
294294
if (testCase.getId().equals("QueryCustomizedError")) {
295295
return true;
296296
}
297-
//TODO: enable with Smithy 1.10
298-
if ((testCase.getId().equals("RestJsonAllQueryStringTypes")
299-
|| testCase.getId().equals("RestJsonQueryStringEscaping"))
300-
&& settings.generateServerSdk()) {
301-
return true;
302-
}
303297
return false;
304298
}
305299
}

0 commit comments

Comments
 (0)