Skip to content

Commit 89f6e8e

Browse files
committed
Enable test now that the related issue is resolved
See gh-20765
1 parent 53ed15e commit 89f6e8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package org.springframework.context.annotation;
1818

19-
import org.junit.jupiter.api.Disabled;
2019
import org.junit.jupiter.api.Test;
2120

2221
import org.springframework.core.type.AnnotatedTypeMetadata;
@@ -28,7 +27,6 @@
2827
class Spr16217Tests {
2928

3029
@Test
31-
@Disabled("TODO")
3230
public void baseConfigurationIsIncludedWhenFirstSuperclassReferenceIsSkippedInRegisterBeanPhase() {
3331
try (AnnotationConfigApplicationContext context =
3432
new AnnotationConfigApplicationContext(RegisterBeanPhaseImportingConfiguration.class)) {

0 commit comments

Comments
 (0)