Ignore another JDBC test for Derby
This commit is contained in:
@@ -33,6 +33,7 @@ import java.util.concurrent.TimeUnit;
|
||||
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 @@ import org.springframework.util.StopWatch;
|
||||
@ContextConfiguration
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
@DirtiesContext // close at the end after class
|
||||
@Ignore
|
||||
public class JdbcMessageStoreChannelIntegrationTests {
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user