Skip to content

Commit

Permalink
Disable DocSpecificTest.testParallelDoc test
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbunkov committed Jul 27, 2021
1 parent d2c90bc commit 3729161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/modules/core/test/smoketest/DocSpecificTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import com.haulmont.yarg.structure.impl.ReportTemplateImpl;
import junit.framework.Assert;
import org.apache.commons.io.IOUtils;
import org.junit.Ignore;
import org.junit.Test;

import java.io.FileOutputStream;
Expand Down Expand Up @@ -119,6 +120,7 @@ public void testDocWithColontitulesAndHtmlPageBreak() throws Exception {
}

@Test
@Ignore
public void testParallelDoc() throws Exception {
final CountDownLatch countDownLatch = new CountDownLatch(3);
final DefaultFormatterFactory defaultFormatterFactory = new DefaultFormatterFactory();
Expand Down

0 comments on commit 3729161

Please sign in to comment.