Ignore another JDBC test for Derby

This commit is contained in:
Artem Bilan
2020-12-09 16:55:04 -05:00
parent e65dfba443
commit 4dbd66131e

View File

@@ -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