Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions tests/default.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ nextflow_pipeline {
}
}
*/

/*
// removed in CI because "No splace left on disk" error encountered
test("-profile test_accessions_only") {
tag "test_accessions_only"

Expand Down Expand Up @@ -164,6 +165,7 @@ nextflow_pipeline {
)
}
}
*/

test("-profile test_one_accession_low_gene_count") {
tag "test_one_accession_low_gene_count"
Expand All @@ -190,7 +192,8 @@ nextflow_pipeline {
)
}
}

/*
// removed in CI because "No splace left on disk" error encountered
test("-profile test_skip_id_mapping") {
tag "test_skip_id_mapping"

Expand All @@ -216,7 +219,7 @@ nextflow_pipeline {
)
}
}

*/

test("-profile test_dataset_custom_mapping_and_gene_length") {
tag "test_dataset_custom_mapping_and_gene_length"
Expand Down
Loading