Skip to content

Commit c8f423f

Browse files
authored
Merge pull request #321 from smithy-lang/suppress-new-protocol-tests
Skip new failing tests
2 parents a4be928 + e525bb0 commit c8f423f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

codegen/smithy-python-codegen/src/main/java/software/amazon/smithy/python/codegen/integration/RestJsonProtocolGenerator.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ public class RestJsonProtocolGenerator extends HttpBindingProtocolGenerator {
7979
"RestJsonClientIgnoresNonTopLevelDefaultsOnMembersWithClientOptional",
8080
"RestJsonClientPopulatesDefaultsValuesWhenMissingInResponse",
8181
"RestJsonClientIgnoresDefaultValuesIfMemberValuesArePresentInResponse",
82-
"RestJsonClientPopulatesNestedDefaultsWhenMissingInResponseBody"
82+
"RestJsonClientPopulatesNestedDefaultsWhenMissingInResponseBody",
83+
"RestJsonHttpPrefixEmptyHeaders",
84+
"RestJsonNullAndEmptyHeaders",
85+
"HttpPrefixEmptyHeaders"
8386
);
8487

8588
@Override

0 commit comments

Comments
 (0)