Skip to content

Commit

Permalink
chore: re-enable ssdk content-length test (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Jul 20, 2021
1 parent 63198f5 commit 5789ff4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
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 5789ff4

Please sign in to comment.