Skip to content

Commit 1132b5e

Browse files
committed
Merge branch '2.7.x' into 3.0.x
2 parents 31b1c3e + b126c33 commit 1132b5e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/annotation/ImportCandidatesTests.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@
2121
import java.lang.annotation.RetentionPolicy;
2222
import java.lang.annotation.Target;
2323

24-
import org.junit.jupiter.api.Disabled;
2524
import org.junit.jupiter.api.Test;
2625

2726
import static org.assertj.core.api.Assertions.assertThat;
2827

29-
@Disabled
28+
/**
29+
* Tests for {@link ImportCandidates}.
30+
*
31+
* @author Moritz Halbritter
32+
*/
3033
class ImportCandidatesTests {
3134

3235
@Test

0 commit comments

Comments
 (0)