Browse Source

Enable test now that the related issue is resolved

See gh-20765
pull/32469/head
Stéphane Nicoll 2 years ago
parent
commit
89f6e8ec49
  1. 2
      spring-context/src/test/java/org/springframework/context/annotation/Spr16217Tests.java

2
spring-context/src/test/java/org/springframework/context/annotation/Spr16217Tests.java

@ -16,7 +16,6 @@ @@ -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; @@ -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)) {

Loading…
Cancel
Save