Skip to content

Commit

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

then {
assertAll (
// FIXME this should fail until this issue is fixed
// https://github.com/edmundmiller/NARFMAP/issues/10
{ assert process.failed },
{ assert process.success },
{ 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 b7a6475

Please sign in to comment.