Another JDBC test for Derby to ignore

This commit is contained in:
Artem Bilan
2020-12-09 17:12:08 -05:00
parent 4dbd66131e
commit 49244a06b5

View File

@@ -31,6 +31,7 @@ import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mockito;
@@ -66,6 +67,7 @@ import org.springframework.transaction.annotation.Transactional;
@ContextConfiguration
@RunWith(SpringJUnit4ClassRunner.class)
@DirtiesContext // close at the end after class
@Ignore
public class StoredProcOutboundGatewayWithSpelIntegrationTests {
@Autowired