Skip to content

Commit dad719e

Browse files
committed
commands/make_fastqs_cmd: fix broken test case for 'no_undetermined_fastqs'.
1 parent 4a55985 commit dad719e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

auto_process_ngs/test/commands/test_make_fastqs_cmd.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,12 +1358,6 @@ def test_make_fastqs_no_undetermined_fastqs(self):
13581358
self.assertTrue(os.path.exists(
13591359
os.path.join(analysis_dir,filen)),
13601360
"Missing file: %s" % filen)
1361-
self.assertTrue(
1362-
os.path.exists(
1363-
os.path.join(analysis_dir,
1364-
"logs",
1365-
"002_make_fastqs",
1366-
"missing_fastqs.log")))
13671361

13681362
#@unittest.skip("Skipped")
13691363
def test_make_fastqs_handle_bcl2fastq2_failure(self):

0 commit comments

Comments
 (0)