Skip to content

Commit

Permalink
Ignore integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Dec 12, 2022
1 parent 1542342 commit 47db741
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test.rs
Expand Up @@ -203,16 +203,19 @@ fn compare_rca_output_with_files(repo_name: &str, include: &[&str]) {
}

#[test]
#[ignore]
fn test_deepspeech() {
compare_rca_output_with_files("DeepSpeech", &["*.cc", "*.cpp", "*.h", "*.hh"]);
}

#[test]
#[ignore]
fn test_pdfjs() {
compare_rca_output_with_files("pdf.js", &["*.js"]);
}

#[test]
#[ignore]
fn test_rust_library() {
compare_rca_output_with_files("rust", &["*/library/*.rs"]);
}

0 comments on commit 47db741

Please sign in to comment.