Skip to content

Commit e65dfba

Browse files
committed
Ignore more JDBC tests for Derby
1 parent e07e87f commit e65dfba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/AggregatorIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import java.util.concurrent.CountDownLatch;
2525
import java.util.concurrent.TimeUnit;
2626

27+
import org.junit.Ignore;
2728
import org.junit.Test;
2829
import org.junit.runner.RunWith;
2930

@@ -49,6 +50,7 @@
4950
@ContextConfiguration
5051
@RunWith(SpringJUnit4ClassRunner.class)
5152
@DirtiesContext
53+
@Ignore
5254
public class AggregatorIntegrationTests {
5355

5456
@Autowired

0 commit comments

Comments
 (0)