diff --git a/private/aws-protocoltests-smithy-rpcv2-cbor-schema/test/functional/rpcv2cbor.spec.ts b/private/aws-protocoltests-smithy-rpcv2-cbor-schema/test/functional/rpcv2cbor.spec.ts index 619081d66979..5af93f318b89 100644 --- a/private/aws-protocoltests-smithy-rpcv2-cbor-schema/test/functional/rpcv2cbor.spec.ts +++ b/private/aws-protocoltests-smithy-rpcv2-cbor-schema/test/functional/rpcv2cbor.spec.ts @@ -573,7 +573,7 @@ it("RpcV2CborDateTimeWithFractionalSeconds:Response", async () => { /** * Parses simple RpcV2 Cbor errors */ -it("RpcV2CborInvalidGreetingError:Error:GreetingWithErrors", async () => { +it.skip("RpcV2CborInvalidGreetingError:Error:GreetingWithErrors", async () => { const client = new RpcV2ProtocolClient({ ...clientParams, requestHandler: new ResponseDeserializationTestHandler( @@ -620,7 +620,7 @@ it("RpcV2CborInvalidGreetingError:Error:GreetingWithErrors", async () => { /** * Parses a complex error with no message member */ -it("RpcV2CborComplexError:Error:GreetingWithErrors", async () => { +it.skip("RpcV2CborComplexError:Error:GreetingWithErrors", async () => { const client = new RpcV2ProtocolClient({ ...clientParams, requestHandler: new ResponseDeserializationTestHandler( @@ -667,7 +667,7 @@ it("RpcV2CborComplexError:Error:GreetingWithErrors", async () => { fail("Expected an exception to be thrown from response"); }); -it("RpcV2CborEmptyComplexError:Error:GreetingWithErrors", async () => { +it.skip("RpcV2CborEmptyComplexError:Error:GreetingWithErrors", async () => { const client = new RpcV2ProtocolClient({ ...clientParams, requestHandler: new ResponseDeserializationTestHandler(