We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a46217 commit 9b6caafCopy full SHA for 9b6caaf
1 file changed
biojava-ws/src/test/java/org/biojava/nbio/ws/hmmer/TestRemoteHmmerScan.java
@@ -23,6 +23,7 @@
23
import java.util.SortedSet;
24
25
import org.biojava.nbio.core.sequence.ProteinSequence;
26
+import org.junit.Ignore;
27
import org.junit.Test;
28
import static org.junit.Assert.*;
29
@@ -35,6 +36,8 @@ public class TestRemoteHmmerScan {
35
36
"CVGDLAQAIGVSESAVSHQLRSLRNLRLVSYRKQGRHVYYQLQDHHIVALYQNALDHLQE" +
37
"CR";
38
39
+ // Ignoring not to depend on another external resource that goes down every so often. Can still be run manually
40
+ @Ignore
41
@Test
42
public void testHmmerWs() throws Exception {
43
0 commit comments