From e27508bad4553d61729373db0e2aa083e59604a4 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Wed, 7 Dec 2022 11:23:21 +0100 Subject: [PATCH] Ignore integration tests --- tests/test.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test.rs b/tests/test.rs index 3694d849d..0f9598f3c 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -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", @@ -256,6 +257,7 @@ fn test_deepspeech() { } #[test] +#[ignore] fn test_pdfjs() { compare_rca_output_with_files( "v2.12.313", @@ -266,6 +268,7 @@ fn test_pdfjs() { } #[test] +#[ignore] fn test_rust_library() { compare_rca_output_with_files( "1.57.0",