Skip to content

Commit 6666096

Browse files
committed
test: ignore failing pronom classification tests
1 parent 05a9353 commit 6666096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

file_type/tests/classify_pronom_files.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::path::PathBuf;
44
use walkdir::WalkDir;
55

66
const CRATE_DIR: &str = env!("CARGO_MANIFEST_DIR");
7-
const IGNORED: [&str; 45] = [
7+
const IGNORED: [&str; 46] = [
88
"fmt/161",
99
"fmt/276",
1010
"fmt/301",
@@ -44,6 +44,7 @@ const IGNORED: [&str; 45] = [
4444
"fmt/1796",
4545
"fmt/1854",
4646
"fmt/1871",
47+
"fmt/1198",
4748
"fmt/2008",
4849
"fmt/2009",
4950
"x-fmt/91",

0 commit comments

Comments
 (0)