File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
spring-context-support/src/test/java/org/springframework/scheduling/quartz Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 5757import org .springframework .beans .factory .support .BeanDefinitionBuilder ;
5858import org .springframework .beans .factory .support .RootBeanDefinition ;
5959import org .springframework .beans .factory .support .StaticListableBeanFactory ;
60+ import org .springframework .build .junit .Assume ;
61+ import org .springframework .build .junit .TestGroup ;
6062import org .springframework .context .support .ClassPathXmlApplicationContext ;
6163import org .springframework .context .support .StaticApplicationContext ;
6264import 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
You can’t perform that action at this time.
0 commit comments