| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1a46217 commit 9b6caaf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,6 +23,7 @@ | |||
| 23 | 23 | import java.util.SortedSet; | |
| 24 | 24 | ||
| 25 | 25 | import org.biojava.nbio.core.sequence.ProteinSequence; | |
| 26 | + import org.junit.Ignore; | ||
| 26 | 27 | import org.junit.Test; | |
| 27 | 28 | import static org.junit.Assert.*; | |
| 28 | 29 | ||
@@ -35,6 +36,8 @@ public class TestRemoteHmmerScan { | |||
| 35 | 36 | "CVGDLAQAIGVSESAVSHQLRSLRNLRLVSYRKQGRHVYYQLQDHHIVALYQNALDHLQE" + | |
| 36 | 37 | "CR"; | |
| 37 | 38 | ||
| 39 | + // Ignoring not to depend on another external resource that goes down every so often. Can still be run manually | ||
| 40 | + @Ignore | ||
| 38 | 41 | @Test | |
| 39 | 42 | public void testHmmerWs() throws Exception { | |
| 40 | 43 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments