Skip to content

Commit

Permalink
chore(codegen): skip scalar properties pure whitespace protocol test
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Aug 5, 2021
1 parent 96de406 commit b7beb29
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,10 @@ private static boolean filterProtocolTests(
&& settings.generateServerSdk()) {
return true;
}

// TODO: follow-up with smithy on whether whitespace strings should be trimmed.
if (testCase.getId().equals("SimpleScalarPropertiesPureWhiteSpace")) {
return true;
}
return false;
}
}

0 comments on commit b7beb29

Please sign in to comment.