@@ -573,7 +573,7 @@ it("RpcV2CborDateTimeWithFractionalSeconds:Response", async () => {
573573/**
574574 * Parses simple RpcV2 Cbor errors
575575 */
576- it ( "RpcV2CborInvalidGreetingError:Error:GreetingWithErrors" , async ( ) => {
576+ it . skip ( "RpcV2CborInvalidGreetingError:Error:GreetingWithErrors" , async ( ) => {
577577 const client = new RpcV2ProtocolClient ( {
578578 ...clientParams ,
579579 requestHandler : new ResponseDeserializationTestHandler (
@@ -620,7 +620,7 @@ it("RpcV2CborInvalidGreetingError:Error:GreetingWithErrors", async () => {
620620/**
621621 * Parses a complex error with no message member
622622 */
623- it ( "RpcV2CborComplexError:Error:GreetingWithErrors" , async ( ) => {
623+ it . skip ( "RpcV2CborComplexError:Error:GreetingWithErrors" , async ( ) => {
624624 const client = new RpcV2ProtocolClient ( {
625625 ...clientParams ,
626626 requestHandler : new ResponseDeserializationTestHandler (
@@ -667,7 +667,7 @@ it("RpcV2CborComplexError:Error:GreetingWithErrors", async () => {
667667 fail ( "Expected an exception to be thrown from response" ) ;
668668} ) ;
669669
670- it ( "RpcV2CborEmptyComplexError:Error:GreetingWithErrors" , async ( ) => {
670+ it . skip ( "RpcV2CborEmptyComplexError:Error:GreetingWithErrors" , async ( ) => {
671671 const client = new RpcV2ProtocolClient ( {
672672 ...clientParams ,
673673 requestHandler : new ResponseDeserializationTestHandler (
0 commit comments