Skip to content

Commit b5ef2f6

Browse files
committed
* Ignore some Derby test
1 parent 8b6f958 commit b5ef2f6

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
import org.junit.After;
2929
import org.junit.Before;
30+
import org.junit.Ignore;
3031
import org.junit.Test;
3132
import org.junit.runner.RunWith;
3233

@@ -59,6 +60,7 @@
5960
@ContextConfiguration
6061
@RunWith(SpringJUnit4ClassRunner.class)
6162
@DirtiesContext // close at the end after class
63+
@Ignore("Derby is not stable on CI server")
6264
public class JdbcMessageStoreChannelIntegrationTests {
6365

6466
@Autowired

0 commit comments

Comments
 (0)