Skip to content

Commit

Permalink
ignore some new protocol tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Sep 25, 2023
1 parent 7bed378 commit 4513180
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ abstract class AwsHttpBindingProtocolGenerator : HttpBindingProtocolGenerator()
"SDKAppendsGzipAndIgnoresHttpProvidedEncoding_awsJson1_1",
"SDKAppendsGzipAndIgnoresHttpProvidedEncoding_awsQuery",
"SDKAppendsGzipAndIgnoresHttpProvidedEncoding_ec2Query",

// FIXME - missing Content-Type on restXml empty payloads, see https://github.com/awslabs/aws-sdk-kotlin/issues/1050
"RestXmlHttpPayloadWithUnsetUnion",

// FIXME - xmlns incorrect in XML maps, see https://github.com/awslabs/smithy-kotlin/issues/957
"RestXmlXmlMapWithXmlNamespace",
)
)

Expand Down

0 comments on commit 4513180

Please sign in to comment.