Enable test now that the related issue is resolved
See gh-20765
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user