Skip to content

Commit 36d3a11

Browse files
committed
Ignore many other JDBC tests with Derby
1 parent 89ac065 commit 36d3a11

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
import org.junit.After;
3030
import org.junit.Before;
31+
import org.junit.Ignore;
3132
import org.junit.Test;
3233
import org.junit.runner.RunWith;
3334

@@ -52,6 +53,7 @@
5253
@ContextConfiguration
5354
@RunWith(SpringJUnit4ClassRunner.class)
5455
@DirtiesContext // close at the end after class
56+
@Ignore
5557
public class JdbcMessageStoreChannelOnePollerIntegrationTests {
5658

5759
@Autowired

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import javax.management.MBeanServerFactory;
3434
import javax.management.ObjectName;
3535

36+
import org.junit.Ignore;
3637
import org.junit.Test;
3738
import org.junit.runner.RunWith;
3839

@@ -53,6 +54,7 @@
5354
@ContextConfiguration
5455
@RunWith(SpringJUnit4ClassRunner.class)
5556
@DirtiesContext(classMode = ClassMode.AFTER_EACH_TEST_METHOD)
57+
@Ignore
5658
public class StoredProcJmxManagedBeanTests {
5759

5860
@Autowired

spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/lock/JdbcLockRegistryDifferentClientTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
import org.apache.commons.logging.LogFactory;
4040
import org.junit.After;
4141
import org.junit.Before;
42+
import org.junit.Ignore;
4243
import org.junit.Test;
4344
import org.junit.runner.RunWith;
4445

@@ -61,6 +62,7 @@
6162
@ContextConfiguration("JdbcLockRegistryTests-context.xml")
6263
@RunWith(SpringJUnit4ClassRunner.class)
6364
@DirtiesContext
65+
@Ignore
6466
public class JdbcLockRegistryDifferentClientTests {
6567

6668
private static Log logger = LogFactory.getLog(JdbcLockRegistryDifferentClientTests.class);

spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/lock/JdbcLockRegistryTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import java.util.concurrent.locks.Lock;
3434

3535
import org.junit.Before;
36+
import org.junit.Ignore;
3637
import org.junit.Test;
3738
import org.junit.runner.RunWith;
3839

@@ -53,6 +54,7 @@
5354
@ContextConfiguration
5455
@RunWith(SpringJUnit4ClassRunner.class)
5556
@DirtiesContext
57+
@Ignore
5658
public class JdbcLockRegistryTests {
5759

5860
private final AsyncTaskExecutor taskExecutor = new SimpleAsyncTaskExecutor();

0 commit comments

Comments
 (0)