Skip to content

Commit 4cac1d5

Browse files
committed
Ignore tests until forester update
1 parent f53f123 commit 4cac1d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

biojava-phylo/src/test/java/org/biojava/nbio/phylo/TestDistanceTreeEvaluator.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.forester.evoinference.matrix.distance.BasicSymmetricalDistanceMatrix;
44
import org.forester.phylogeny.Phylogeny;
5+
import org.junit.Ignore;
56
import org.junit.Test;
67

78
import static org.junit.Assert.*;
@@ -15,6 +16,7 @@
1516
public class TestDistanceTreeEvaluator {
1617

1718
@Test
19+
@Ignore
1820
public void testErrorFree() throws Exception {
1921

2022
// Create a perfect additive distance matrix
@@ -46,6 +48,7 @@ public void testErrorFree() throws Exception {
4648
}
4749

4850
@Test
51+
@Ignore
4952
public void testErrorEstimation() throws Exception {
5053

5154
// Matrix taken from forester test

0 commit comments

Comments
 (0)