diff --git a/src/Symfony/Component/Serializer/Tests/Normalizer/Features/IgnoredAttributesTestTrait.php b/src/Symfony/Component/Serializer/Tests/Normalizer/Features/IgnoredAttributesTestTrait.php index 8562ce6f1165..5d047e8fa893 100644 --- a/src/Symfony/Component/Serializer/Tests/Normalizer/Features/IgnoredAttributesTestTrait.php +++ b/src/Symfony/Component/Serializer/Tests/Normalizer/Features/IgnoredAttributesTestTrait.php @@ -38,8 +38,6 @@ public function testIgnoredAttributesNormalize() $normalizer->normalize($objectOuter, null, $context) ); - $this->markTestIncomplete('AbstractObjectNormalizer::getAttributes caches attributes by class instead of by class+context, reusing the normalizer with different config therefore fails. This is being fixed in https://github.com/symfony/symfony/pull/30907'); - $context = ['ignored_attributes' => ['foo', 'inner']]; $this->assertEquals( [