From b6f0947eb5cfe240c51a423c1f06f7f17b2c1467 Mon Sep 17 00:00:00 2001 From: Juli Tera Date: Thu, 2 May 2024 14:00:53 -0700 Subject: [PATCH] Update ignore list --- .../spec/protocol-tests-ignore-list.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build_tools/aws-sdk-code-generator/spec/protocol-tests-ignore-list.json b/build_tools/aws-sdk-code-generator/spec/protocol-tests-ignore-list.json index d02cb0f1fcc..12a019245b5 100644 --- a/build_tools/aws-sdk-code-generator/spec/protocol-tests-ignore-list.json +++ b/build_tools/aws-sdk-code-generator/spec/protocol-tests-ignore-list.json @@ -1,7 +1,11 @@ { "ec2" : { - "input" : [], + "input" : [ + { + "Ec2EmptyQueryLists": "Empty lists should be omitted from serialization. Smithy to update" + } + ], "output" : [] }, "json" : {