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 f068a2d commit e27508b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test.rs
Expand Up @@ -246,6 +246,7 @@ fn clone_repository(branch: &str, url: &str, destination: &str) {
}

#[test]
#[ignore]
fn test_deepspeech() {
compare_rca_output_with_files(
"v0.9.3",
Expand All @@ -256,6 +257,7 @@ fn test_deepspeech() {
}

#[test]
#[ignore]
fn test_pdfjs() {
compare_rca_output_with_files(
"v2.12.313",
Expand All @@ -266,6 +268,7 @@ fn test_pdfjs() {
}

#[test]
#[ignore]
fn test_rust_library() {
compare_rca_output_with_files(
"1.57.0",
Expand Down

0 comments on commit e27508b

Please sign in to comment.