Skip to content

Commit 4801330

Browse files
committed
Remove ignored test
1 parent 1a528a6 commit 4801330

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

codegen/smithy-aws-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/aws/protocols/core/AwsHttpBindingProtocolGenerator.kt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,7 @@ abstract class AwsHttpBindingProtocolGenerator : HttpBindingProtocolGenerator()
3939
// The following can be used to generate only a specific test by name.
4040
// val targetedTest = TestMemberDelta(setOf("RestJsonComplexErrorWithNoMessage"), TestContainmentMode.RUN_TESTS)
4141

42-
val ignoredTests = TestMemberDelta(
43-
setOf(
44-
// Test broken in Smithy 1.50.0, should be fixed by https://github.com/smithy-lang/smithy/pull/2341
45-
"RestJsonClientIgnoresDefaultValuesIfMemberValuesArePresentInResponse",
46-
),
47-
)
42+
val ignoredTests = TestMemberDelta(setOf())
4843

4944
val requestTestBuilder = HttpProtocolUnitTestRequestGenerator.Builder()
5045
val responseTestBuilder = HttpProtocolUnitTestResponseGenerator.Builder()

0 commit comments

Comments
 (0)