Skip to content

Commit 4dbd661

Browse files
committed
Ignore another JDBC test for Derby
1 parent e65dfba commit 4dbd661

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/JdbcMessageStoreChannelIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import org.hamcrest.Matchers;
3434
import org.junit.After;
3535
import org.junit.Before;
36+
import org.junit.Ignore;
3637
import org.junit.Test;
3738
import org.junit.runner.RunWith;
3839

@@ -67,6 +68,7 @@
6768
@ContextConfiguration
6869
@RunWith(SpringJUnit4ClassRunner.class)
6970
@DirtiesContext // close at the end after class
71+
@Ignore
7072
public class JdbcMessageStoreChannelIntegrationTests {
7173

7274
@Autowired

0 commit comments

Comments
 (0)