We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2f048 commit 3e83b5bCopy full SHA for 3e83b5b
biojava-modfinder/src/test/java/org/biojava/nbio/protmod/phosphosite/TestAcetylation.java
@@ -24,6 +24,7 @@
24
import org.biojava.nbio.phosphosite.Dataset;
25
import org.biojava.nbio.phosphosite.Site;
26
import org.junit.Before;
27
+import org.junit.Ignore;
28
import org.junit.Test;
29
30
import java.io.File;
@@ -91,6 +92,7 @@ private File getLocalFileName(String phosphoSiteFileLocation){
91
92
* Tests that the acetylation file can get parsed without problems.
93
*
94
*/
95
+ @Ignore("The file needed from the phosphosite resource is no longer available. See #975")
96
@Test
97
public void testAcetylation() throws IOException {
98
0 commit comments