From e632302004a199bf1ba2b431343023ddda3bd9c2 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Tue, 26 Jan 2021 11:29:48 +0100 Subject: [PATCH] [Serializer] Fix tests marked as incomplete --- .../Tests/Normalizer/Features/IgnoredAttributesTestTrait.php | 2 -- 1 file changed, 2 deletions(-) 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( [