Skip to content

Commit

Permalink
Remove test from list of failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Nov 10, 2022
1 parent 1c43733 commit c10bc02
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@ class ServerProtocolTestGenerator(
private val ExpectFail: Set<FailingTest> = setOf(
// Pending merge from the Smithy team: see https://github.com/awslabs/smithy/pull/1477.
FailingTest(RestJson, "RestJsonWithPayloadExpectsImpliedContentType", TestType.MalformedRequest),
FailingTest(RestJson, "RestJsonBodyMalformedMapNullKey", TestType.MalformedRequest),

// Pending resolution from the Smithy team, see https://github.com/awslabs/smithy/issues/1068.
FailingTest(RestJson, "RestJsonHttpWithHeadersButNoPayload", TestType.Request),
Expand Down

0 comments on commit c10bc02

Please sign in to comment.