Bamboo is correctly interpreting test fails. Reverting forced-fail test
code. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4617 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
1df166b76e
commit
8f9bf82aa7
|
|
@ -41,8 +41,6 @@ public class GenomeLocParserUnitTest extends BaseTest {
|
|||
|
||||
@Test
|
||||
public void testKnownContigOrder() {
|
||||
if(true)
|
||||
throw new ReviewedStingException("Forced fail to test Bamboo pipeline");
|
||||
SAMFileHeader header = ArtificialSAMUtils.createArtificialSamHeader(1, 1, 10);
|
||||
GenomeLocParser.contigInfo = null;
|
||||
// assert that it's false when the contig ordering is not setup
|
||||
|
|
|
|||
Loading…
Reference in New Issue