* Ignore some Derby test

This commit is contained in:
Artem Bilan
2020-12-21 11:50:09 -05:00
parent 8b6f958898
commit b5ef2f6f5a

View File

@@ -27,6 +27,7 @@ import java.util.concurrent.TimeUnit;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -59,6 +60,7 @@ import org.springframework.util.StopWatch;
@ContextConfiguration
@RunWith(SpringJUnit4ClassRunner.class)
@DirtiesContext // close at the end after class
@Ignore("Derby is not stable on CI server")
public class JdbcMessageStoreChannelIntegrationTests {
@Autowired