Skip to content

Commit 90d1886

Browse files
committed
Add aop target source test to TestGroup.PERFORMANCE
Issue: SPR-9984
1 parent c005757 commit 90d1886

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-aop/src/test/java/org/springframework/aop/target/dynamic/RefreshableTargetSourceTests.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
import static org.junit.Assert.*;
2020

2121
import org.junit.Test;
22+
import org.springframework.build.junit.Assume;
23+
import org.springframework.build.junit.TestGroup;
2224

2325
/**
2426
* @author Rob Harrop
@@ -75,6 +77,8 @@ public void testWithNoRefreshCheck() throws Exception {
7577

7678
@Test
7779
public void testRefreshOverTime() throws Exception {
80+
Assume.group(TestGroup.PERFORMANCE);
81+
7882
CountingRefreshableTargetSource ts = new CountingRefreshableTargetSource(true);
7983
ts.setRefreshCheckDelay(100);
8084

0 commit comments

Comments
 (0)