Skip to content

Commit

Permalink
test(narfmap): Should segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 8, 2024
1 parent 574f95b commit 79e4bcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/nf-core/narfmap/align/tests/segfault.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ nextflow_process {

then {
assertAll (
{ assert process.success },
// FIXME this should fail until this issue is fixed
// https://github.com/edmundmiller/NARFMAP/issues/10
{ assert process.failed },
{ assert snapshot(
file(process.out.bam[0][1]).name,
file(process.out.log[0][1]).readLines().findAll { it.startsWith("decompHash") },
Expand Down

0 comments on commit 79e4bcb

Please sign in to comment.