@@ -573,7 +573,7 @@ it("RpcV2CborDateTimeWithFractionalSeconds:Response", async () => {
573
573
/**
574
574
* Parses simple RpcV2 Cbor errors
575
575
*/
576
- it ( "RpcV2CborInvalidGreetingError:Error:GreetingWithErrors" , async ( ) => {
576
+ it . skip ( "RpcV2CborInvalidGreetingError:Error:GreetingWithErrors" , async ( ) => {
577
577
const client = new RpcV2ProtocolClient ( {
578
578
...clientParams ,
579
579
requestHandler : new ResponseDeserializationTestHandler (
@@ -620,7 +620,7 @@ it("RpcV2CborInvalidGreetingError:Error:GreetingWithErrors", async () => {
620
620
/**
621
621
* Parses a complex error with no message member
622
622
*/
623
- it ( "RpcV2CborComplexError:Error:GreetingWithErrors" , async ( ) => {
623
+ it . skip ( "RpcV2CborComplexError:Error:GreetingWithErrors" , async ( ) => {
624
624
const client = new RpcV2ProtocolClient ( {
625
625
...clientParams ,
626
626
requestHandler : new ResponseDeserializationTestHandler (
@@ -667,7 +667,7 @@ it("RpcV2CborComplexError:Error:GreetingWithErrors", async () => {
667
667
fail ( "Expected an exception to be thrown from response" ) ;
668
668
} ) ;
669
669
670
- it ( "RpcV2CborEmptyComplexError:Error:GreetingWithErrors" , async ( ) => {
670
+ it . skip ( "RpcV2CborEmptyComplexError:Error:GreetingWithErrors" , async ( ) => {
671
671
const client = new RpcV2ProtocolClient ( {
672
672
...clientParams ,
673
673
requestHandler : new ResponseDeserializationTestHandler (
0 commit comments