Disable RetryMemoryLimit pipeline test
-This test is failing intermittently for unexplained reasons (see GSA-943) -In the interest of keeping the rest of the pipeline test suite running, it's best to disable this one test until GSA-943 is resolved
This commit is contained in:
parent
8d00e558fb
commit
6d69c7dc71
|
|
@ -30,7 +30,9 @@ import org.broadinstitute.sting.queue.pipeline.{PipelineTest, PipelineTestSpec}
|
|||
import org.broadinstitute.sting.BaseTest
|
||||
|
||||
class ExampleRetryMemoryLimitPipelineTest {
|
||||
@Test(timeOut=36000000)
|
||||
|
||||
// This test is currently disabled due to unexplained intermittent failures (see GSA-943)
|
||||
@Test(timeOut=36000000,enabled = false)
|
||||
def testRetryMemoryLimit() {
|
||||
val spec = new PipelineTestSpec
|
||||
spec.name = "RetryMemoryLimit"
|
||||
|
|
|
|||
Loading…
Reference in New Issue