We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a795744 commit 332c171Copy full SHA for 332c171
1 file changed
src/test/java/ViewTest.java
@@ -1,3 +1,4 @@
1
+import org.junit.jupiter.api.Disabled;
2
import org.junit.jupiter.params.ParameterizedTest;
3
import org.junit.jupiter.params.provider.ValueSource;
4
import org.prop4j.Implies;
@@ -29,6 +30,7 @@
29
30
31
import static org.variantsync.diffdetective.util.fide.FormulaUtils.*;
32
33
+@Disabled
34
public class ViewTest {
35
private static final Path resDir = Constants.RESOURCE_DIR.resolve("badvdiff");
36
0 commit comments