Skip to content

Commit e29af54

Browse files
committed
chore(protocoltests): skip RestJsonHttpPayloadWithStructureAndEmptyResponseBody
1 parent 3e80167 commit e29af54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

private/aws-protocoltests-restjson-schema/test/functional/restjson1.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2788,7 +2788,7 @@ it("RestJsonHttpPayloadWithStructure:Response", async () => {
27882788
/**
27892789
* Serializes a structure in the payload
27902790
*/
2791-
it("RestJsonHttpPayloadWithStructureAndEmptyResponseBody:Response", async () => {
2791+
it.skip("RestJsonHttpPayloadWithStructureAndEmptyResponseBody:Response", async () => {
27922792
const client = new RestJsonProtocolClient({
27932793
...clientParams,
27942794
requestHandler: new ResponseDeserializationTestHandler(true, 200, undefined, ``),

private/aws-protocoltests-restjson/test/functional/restjson1.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2788,7 +2788,7 @@ it("RestJsonHttpPayloadWithStructure:Response", async () => {
27882788
/**
27892789
* Serializes a structure in the payload
27902790
*/
2791-
it("RestJsonHttpPayloadWithStructureAndEmptyResponseBody:Response", async () => {
2791+
it.skip("RestJsonHttpPayloadWithStructureAndEmptyResponseBody:Response", async () => {
27922792
const client = new RestJsonProtocolClient({
27932793
...clientParams,
27942794
requestHandler: new ResponseDeserializationTestHandler(true, 200, undefined, ``),

private/aws-restjson-server/test/functional/restjson1.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3230,7 +3230,7 @@ it("RestJsonHttpPayloadWithStructure:ServerResponse", async () => {
32303230
/**
32313231
* Serializes a structure in the payload
32323232
*/
3233-
it("RestJsonHttpPayloadWithStructureAndEmptyResponseBody:ServerResponse", async () => {
3233+
it.skip("RestJsonHttpPayloadWithStructureAndEmptyResponseBody:ServerResponse", async () => {
32343234
class TestService implements Partial<RestJsonService<{}>> {
32353235
HttpPayloadWithStructure(input: any, ctx: {}): Promise<HttpPayloadWithStructureServerOutput> {
32363236
const response = {

0 commit comments

Comments
 (0)