From 89f6e8ec49387e39be07065fcd6fc9ea6a7caf65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 11 Mar 2024 16:45:30 +0100 Subject: [PATCH] Enable test now that the related issue is resolved See gh-20765 --- .../org/springframework/context/annotation/Spr16217Tests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-context/src/test/java/org/springframework/context/annotation/Spr16217Tests.java b/spring-context/src/test/java/org/springframework/context/annotation/Spr16217Tests.java index 06e2c87eb31..0bf17159e29 100644 --- a/spring-context/src/test/java/org/springframework/context/annotation/Spr16217Tests.java +++ b/spring-context/src/test/java/org/springframework/context/annotation/Spr16217Tests.java @@ -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)) {