Skip to content

Commit

Permalink
Ignore another JDBC test for Derby
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 9, 2020
1 parent e65dfba commit 4dbd661
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -33,6 +33,7 @@
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;

Expand Down Expand Up @@ -67,6 +68,7 @@
@ContextConfiguration
@RunWith(SpringJUnit4ClassRunner.class)
@DirtiesContext // close at the end after class
@Ignore
public class JdbcMessageStoreChannelIntegrationTests {

@Autowired
Expand Down

0 comments on commit 4dbd661

Please sign in to comment.