Skip to content

Commit c005757

Browse files
committed
Add quartz scheduling test to TestGroup.PERFORMANCE
Issue: SPR-9984
1 parent 60032e0 commit c005757

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-context-support/src/test/java/org/springframework/scheduling/quartz/QuartzSupportTests.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
import org.springframework.beans.factory.support.BeanDefinitionBuilder;
5858
import org.springframework.beans.factory.support.RootBeanDefinition;
5959
import org.springframework.beans.factory.support.StaticListableBeanFactory;
60+
import org.springframework.build.junit.Assume;
61+
import org.springframework.build.junit.TestGroup;
6062
import org.springframework.context.support.ClassPathXmlApplicationContext;
6163
import org.springframework.context.support.StaticApplicationContext;
6264
import org.springframework.core.io.FileSystemResourceLoader;
@@ -964,6 +966,8 @@ public void testSchedulerRepositoryExposure() throws InterruptedException {
964966
// SPR-6038: detect HSQL and stop illegal locks being taken
965967
@Test
966968
public void testSchedulerWithHsqlDataSource() throws Exception {
969+
Assume.group(TestGroup.PERFORMANCE);
970+
967971
DummyJob.param = 0;
968972
DummyJob.count = 0;
969973

0 commit comments

Comments
 (0)