Skip to content

Commit 9b6caaf

Browse files
committed
Setting hmmer ws test to ignore
1 parent 1a46217 commit 9b6caaf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

biojava-ws/src/test/java/org/biojava/nbio/ws/hmmer/TestRemoteHmmerScan.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import java.util.SortedSet;
2424

2525
import org.biojava.nbio.core.sequence.ProteinSequence;
26+
import org.junit.Ignore;
2627
import org.junit.Test;
2728
import static org.junit.Assert.*;
2829

@@ -35,6 +36,8 @@ public class TestRemoteHmmerScan {
3536
"CVGDLAQAIGVSESAVSHQLRSLRNLRLVSYRKQGRHVYYQLQDHHIVALYQNALDHLQE" +
3637
"CR";
3738

39+
// Ignoring not to depend on another external resource that goes down every so often. Can still be run manually
40+
@Ignore
3841
@Test
3942
public void testHmmerWs() throws Exception {
4043

0 commit comments

Comments
 (0)