Skip to content

Commit 7232766

Browse files
committed
chore: Manually add arm failures for subworkflows
1 parent 273f34b commit 7232766

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

subworkflows/nf-core/fasta_build_add_kraken2/tests/main.nf.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ nextflow_workflow {
1111
tag "kraken2"
1212
tag "kraken2/add"
1313
tag "kraken2/build"
14+
tag "arm_failure"
1415

1516
test("metagenome - fasta - nocleanup") {
1617

@@ -154,4 +155,4 @@ nextflow_workflow {
154155
}
155156
}
156157

157-
}
158+
}

subworkflows/nf-core/fasta_build_add_kraken2_bracken/tests/main.nf.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ nextflow_workflow {
1212
tag "kraken2/add"
1313
tag "kraken2/build"
1414
tag "bracken/build"
15+
tag "arm_failure"
1516

1617
test("metagenome - nocleanup - nobracken - fasta") {
1718

@@ -212,4 +213,4 @@ nextflow_workflow {
212213
)
213214
}
214215
}
215-
}
216+
}

0 commit comments

Comments
 (0)