Skip to content

Commit

Permalink
chore: re-enable ssdk content-length test
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Jul 19, 2021
1 parent 63198f5 commit ea3f700
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -293,9 +293,6 @@ private static boolean filterProtocolTests(
if (testCase.getId().equals("QueryCustomizedError")) {
return true;
}
if (testCase.getId().equals("RestJsonStreamingTraitsRequireLengthWithBlob") && settings.generateServerSdk()) {
return true;
}
//TODO: enable with Smithy 1.10
if ((testCase.getId().equals("RestJsonAllQueryStringTypes")
|| testCase.getId().equals("RestJsonQueryStringEscaping"))
Expand Down

0 comments on commit ea3f700

Please sign in to comment.