Skip to content

Commit b86d744

Browse files
committed
Mark FastGA-dependent tests as ignored for CI
These tests require FAtoGDB and other FastGA binaries to be installed in PATH, which are not available in the CI environment. Marking them as ignored like the other FastGA-dependent tests.
1 parent 00bdb24 commit b86d744

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/fastga_integration.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ fn test_fastga_pairwise_alignment() {
157157
}
158158

159159
#[test]
160+
#[ignore] // Requires FastGA binaries (FAtoGDB, etc.) which may not be in PATH
160161
fn test_thread_parameter() {
161162
let temp_dir = TempDir::new().unwrap();
162163
let output1 = temp_dir.path().join("t1.paf");
@@ -331,6 +332,7 @@ fn test_empty_input_handling() {
331332
}
332333

333334
#[test]
335+
#[ignore] // Requires FastGA binaries (FAtoGDB, etc.) which may not be in PATH
334336
fn test_large_sequence_handling() {
335337
use self::synthetic_genomes::generate_base_sequence;
336338

@@ -376,6 +378,7 @@ fn test_large_sequence_handling() {
376378
}
377379

378380
#[test]
381+
#[ignore] // Requires FastGA binaries (FAtoGDB, etc.) which may not be in PATH
379382
fn test_multisequence_fasta() {
380383
use self::synthetic_genomes::{generate_base_sequence, mutate_sequence};
381384

0 commit comments

Comments
 (0)