Disabled FCPTest whilst we figure out where the C426 bams went.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5078 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2011-01-26 05:11:57 +00:00
parent 862b299b47
commit df2e7bd355
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class FullCallingPipelineTest {
final def convertDatasets: Array[Array[AnyRef]] =
datasets.map(dataset => Array(dataset.asInstanceOf[AnyRef])).toArray
@Test(dataProvider="datasets")
@Test(dataProvider="datasets", enabled=false)
def testFullCallingPipeline(dataset: PipelineDataset) = {
val projectName = dataset.pipeline.getProject.getName
val testName = "fullCallingPipeline-" + projectName