Skip to content

Commit 3e83b5b

Browse files
committed
Disabling test, #952
1 parent ca2f048 commit 3e83b5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

biojava-modfinder/src/test/java/org/biojava/nbio/protmod/phosphosite/TestAcetylation.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import org.biojava.nbio.phosphosite.Dataset;
2525
import org.biojava.nbio.phosphosite.Site;
2626
import org.junit.Before;
27+
import org.junit.Ignore;
2728
import org.junit.Test;
2829

2930
import java.io.File;
@@ -91,6 +92,7 @@ private File getLocalFileName(String phosphoSiteFileLocation){
9192
* Tests that the acetylation file can get parsed without problems.
9293
*
9394
*/
95+
@Ignore("The file needed from the phosphosite resource is no longer available. See #975")
9496
@Test
9597
public void testAcetylation() throws IOException {
9698

0 commit comments

Comments
 (0)