Skip to content

Commit ce9ca70

Browse files
committed
Enable test in AbstractAspectJAdvisorFactoryTests
See gh-24190
1 parent ef61b4e commit ce9ca70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactoryTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import org.aspectj.lang.annotation.DeclarePrecedence;
3939
import org.aspectj.lang.annotation.Pointcut;
4040
import org.aspectj.lang.reflect.MethodSignature;
41-
import org.junit.jupiter.api.Disabled;
4241
import org.junit.jupiter.api.Test;
4342

4443
import org.springframework.aop.Advisor;
@@ -389,9 +388,7 @@ void introductionBasedOnAnnotationMatch() { // gh-9980
389388
assertThat(lockable.locked()).isTrue();
390389
}
391390

392-
// TODO: Why does this test fail? It hasn't been run before, so it maybe never actually passed...
393391
@Test
394-
@Disabled
395392
void introductionWithArgumentBinding() {
396393
TestBean target = new TestBean();
397394

0 commit comments

Comments
 (0)