Skip to content

Commit 332c171

Browse files
committed
disabled viewtest because it cannot run automatically
1 parent a795744 commit 332c171

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/ViewTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import org.junit.jupiter.api.Disabled;
12
import org.junit.jupiter.params.ParameterizedTest;
23
import org.junit.jupiter.params.provider.ValueSource;
34
import org.prop4j.Implies;
@@ -29,6 +30,7 @@
2930

3031
import static org.variantsync.diffdetective.util.fide.FormulaUtils.*;
3132

33+
@Disabled
3234
public class ViewTest {
3335
private static final Path resDir = Constants.RESOURCE_DIR.resolve("badvdiff");
3436

0 commit comments

Comments
 (0)