Enable test now that the related issue is resolved

See gh-20765
This commit is contained in:
Stéphane Nicoll
2024-03-11 16:45:30 +01:00
parent 53ed15e4a7
commit 89f6e8ec49

View File

@@ -16,7 +16,6 @@
package org.springframework.context.annotation;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.core.type.AnnotatedTypeMetadata;
@@ -28,7 +27,6 @@ import org.springframework.core.type.AnnotatedTypeMetadata;
class Spr16217Tests {
@Test
@Disabled("TODO")
public void baseConfigurationIsIncludedWhenFirstSuperclassReferenceIsSkippedInRegisterBeanPhase() {
try (AnnotationConfigApplicationContext context =
new AnnotationConfigApplicationContext(RegisterBeanPhaseImportingConfiguration.class)) {