Skip to content

Commit

Permalink
Ignore more JDBC tests for Derby
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 9, 2020
1 parent e07e87f commit e65dfba
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -24,6 +24,7 @@
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;

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

Expand All @@ -49,6 +50,7 @@
@ContextConfiguration
@RunWith(SpringJUnit4ClassRunner.class)
@DirtiesContext
@Ignore
public class AggregatorIntegrationTests {

@Autowired
Expand Down

0 comments on commit e65dfba

Please sign in to comment.