Skip to content

Commit 5173b85

Browse files
committed
More ignored Derby tests
1 parent de1438a commit 5173b85

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import java.util.concurrent.TimeUnit;
2828
import java.util.concurrent.atomic.AtomicInteger;
2929

30+
import org.junit.Ignore;
3031
import org.junit.Test;
3132
import org.junit.runner.RunWith;
3233

@@ -46,6 +47,7 @@
4647
@ContextConfiguration
4748
@RunWith(SpringJUnit4ClassRunner.class)
4849
@DirtiesContext // close at the end after class
50+
@Ignore
4951
public class StoredProcOutboundGatewayWithSpringContextIntegrationTests {
5052

5153
@Autowired

0 commit comments

Comments
 (0)