Skip to content

Commit 5e7a9b3

Browse files
committed
Ignore integration tests
1 parent 4dfb2c4 commit 5e7a9b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ fn clone_repository(branch: &str, url: &str, destination: &str) {
246246
}
247247

248248
#[test]
249+
#[ignore]
249250
fn test_deepspeech() {
250251
compare_rca_output_with_files(
251252
"v0.9.3",
@@ -256,6 +257,7 @@ fn test_deepspeech() {
256257
}
257258

258259
#[test]
260+
#[ignore]
259261
fn test_pdfjs() {
260262
compare_rca_output_with_files(
261263
"v2.12.313",
@@ -266,6 +268,7 @@ fn test_pdfjs() {
266268
}
267269

268270
#[test]
271+
#[ignore]
269272
fn test_rust_library() {
270273
compare_rca_output_with_files(
271274
"1.57.0",

0 commit comments

Comments
 (0)