Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 6c19b3f

Browse files
committed
Restore previously ignored tests
Related to mockito/mockito#2634 (comment). See gh-1625
1 parent 38f258a commit 6c19b3f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

spring-aot/src/test/java/org/springframework/aot/context/bootstrap/generator/ApplicationContextAotProcessorTests.java

-2
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ void processWithFactoryBeanAndUnresolvedGeneric() {
347347
}
348348

349349
@Test
350-
@Disabled // See https://github.com/mockito/mockito/issues/2634
351350
void awareCallbacksOnBeanRegistrationWriterAreHonored() {
352351
AwareBeanRegistrationWriterSupplier supplier = spy(new AwareBeanRegistrationWriterSupplier());
353352
ApplicationContextAotProcessor processor = new ApplicationContextAotProcessor(
@@ -364,7 +363,6 @@ void awareCallbacksOnBeanRegistrationWriterAreHonored() {
364363
}
365364

366365
@Test
367-
@Disabled // See https://github.com/mockito/mockito/issues/2634
368366
void awareCallbacksOnBeanDefinitionExcludeFilterAreHonored() {
369367
AwareBeanDefinitionExcludeFilter filter = spy(new AwareBeanDefinitionExcludeFilter());
370368
ApplicationContextAotProcessor processor = new ApplicationContextAotProcessor(

spring-aot/src/test/java/org/springframework/aot/factories/IgnoredFactoriesCodeContributorTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ void canContributeFactoryTypesToNotHandle(SpringFactory springFactory) {
4545
}
4646

4747
@Test
48-
@Disabled // See https://github.com/mockito/mockito/issues/2634
4948
void contributeIsNoOp() {
5049
CodeGenerator codeGenerator = mock(CodeGenerator.class);
5150
BuildContext buildContext = mock(BuildContext.class);

0 commit comments

Comments
 (0)