We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ed15e commit 89f6e8eCopy full SHA for 89f6e8e
spring-context/src/test/java/org/springframework/context/annotation/Spr16217Tests.java
@@ -16,7 +16,6 @@
16
17
package org.springframework.context.annotation;
18
19
-import org.junit.jupiter.api.Disabled;
20
import org.junit.jupiter.api.Test;
21
22
import org.springframework.core.type.AnnotatedTypeMetadata;
@@ -28,7 +27,6 @@
28
27
class Spr16217Tests {
29
30
@Test
31
- @Disabled("TODO")
32
public void baseConfigurationIsIncludedWhenFirstSuperclassReferenceIsSkippedInRegisterBeanPhase() {
33
try (AnnotationConfigApplicationContext context =
34
new AnnotationConfigApplicationContext(RegisterBeanPhaseImportingConfiguration.class)) {
0 commit comments