From 45131800e84211ec4eb511bad46c34a1d4693a45 Mon Sep 17 00:00:00 2001 From: Ian Botsford <83236726+ianbotsf@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:08:36 +0000 Subject: [PATCH] ignore some new protocol tests --- .../protocols/core/AwsHttpBindingProtocolGenerator.kt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt b/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt index 3476f6cb493..57df01c5b81 100644 --- a/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt +++ b/codegen/smithy-aws-kotlin-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/protocols/core/AwsHttpBindingProtocolGenerator.kt @@ -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", ) )