Skip to content

Commit

Permalink
More ignored Derby tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 10, 2020
1 parent de1438a commit 5173b85
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -27,6 +27,7 @@
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand All @@ -46,6 +47,7 @@
@ContextConfiguration
@RunWith(SpringJUnit4ClassRunner.class)
@DirtiesContext // close at the end after class
@Ignore
public class StoredProcOutboundGatewayWithSpringContextIntegrationTests {

@Autowired
Expand Down

0 comments on commit 5173b85

Please sign in to comment.