From 49244a06b56f5216e5aaf40bb3ffe6d9309db614 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 9 Dec 2020 17:12:08 -0500 Subject: [PATCH] Another JDBC test for Derby to ignore --- .../jdbc/StoredProcOutboundGatewayWithSpelIntegrationTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/StoredProcOutboundGatewayWithSpelIntegrationTests.java b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/StoredProcOutboundGatewayWithSpelIntegrationTests.java index 0857585514..f884f9ad43 100644 --- a/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/StoredProcOutboundGatewayWithSpelIntegrationTests.java +++ b/spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/StoredProcOutboundGatewayWithSpelIntegrationTests.java @@ -31,6 +31,7 @@ import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicInteger; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mockito; @@ -66,6 +67,7 @@ import org.springframework.transaction.annotation.Transactional; @ContextConfiguration @RunWith(SpringJUnit4ClassRunner.class) @DirtiesContext // close at the end after class +@Ignore public class StoredProcOutboundGatewayWithSpelIntegrationTests { @Autowired