Skip to content

Commit 49244a0

Browse files
committed
Another JDBC test for Derby to ignore
1 parent 4dbd661 commit 49244a0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import java.util.concurrent.atomic.AtomicInteger;
3232

3333
import org.junit.Assert;
34+
import org.junit.Ignore;
3435
import org.junit.Test;
3536
import org.junit.runner.RunWith;
3637
import org.mockito.Mockito;
@@ -66,6 +67,7 @@
6667
@ContextConfiguration
6768
@RunWith(SpringJUnit4ClassRunner.class)
6869
@DirtiesContext // close at the end after class
70+
@Ignore
6971
public class StoredProcOutboundGatewayWithSpelIntegrationTests {
7072

7173
@Autowired

0 commit comments

Comments
 (0)