Skip to content

Commit

Permalink
chore(codegen): enable protocol tests which depend on smithy 1.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Aug 10, 2021
1 parent 4be9ec6 commit 1453d48
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,6 @@ private static boolean filterProtocolTests(
if (testCase.getId().equals("QueryCustomizedError")) {
return true;
}
//TODO: enable with Smithy 1.10
if ((testCase.getId().equals("RestJsonAllQueryStringTypes")
|| testCase.getId().equals("RestJsonQueryStringEscaping"))
&& settings.generateServerSdk()) {
return true;
}
// TODO: follow-up with smithy on whether whitespace strings should be trimmed.
if (testCase.getId().equals("SimpleScalarPropertiesPureWhiteSpace")) {
return true;
Expand Down

0 comments on commit 1453d48

Please sign in to comment.