We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1220611 + 90d1886 commit 55a0574Copy full SHA for 55a0574
spring-aop/src/test/java/org/springframework/aop/target/dynamic/RefreshableTargetSourceTests.java
@@ -19,6 +19,8 @@
19
import static org.junit.Assert.*;
20
21
import org.junit.Test;
22
+import org.springframework.build.junit.Assume;
23
+import org.springframework.build.junit.TestGroup;
24
25
/**
26
* @author Rob Harrop
@@ -75,6 +77,8 @@ public void testWithNoRefreshCheck() throws Exception {
75
77
76
78
@Test
79
public void testRefreshOverTime() throws Exception {
80
+ Assume.group(TestGroup.PERFORMANCE);
81
+
82
CountingRefreshableTargetSource ts = new CountingRefreshableTargetSource(true);
83
ts.setRefreshCheckDelay(100);
84
0 commit comments