From 4dbd66131ebdbb445ea6e8ce68ecb2f0e92c724c Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 9 Dec 2020 16:55:04 -0500 Subject: [PATCH] Ignore another JDBC test for Derby --- .../jdbc/JdbcMessageStoreChannelIntegrationTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/JdbcMessageStoreChannelIntegrationTests.java b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/JdbcMessageStoreChannelIntegrationTests.java index effb0616ce2..7bef1997cc9 100644 --- a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/JdbcMessageStoreChannelIntegrationTests.java +++ b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/JdbcMessageStoreChannelIntegrationTests.java @@ -33,6 +33,7 @@ import org.hamcrest.Matchers; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -67,6 +68,7 @@ @ContextConfiguration @RunWith(SpringJUnit4ClassRunner.class) @DirtiesContext // close at the end after class +@Ignore public class JdbcMessageStoreChannelIntegrationTests { @Autowired