From 8e5e46b7b381608387fcd2fdd98a474a50f3d33a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 22 Jun 2026 15:55:37 +0400 Subject: fix: make ci locked and isolate licensed tests --- crates/fparkan-prototype/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/fparkan-prototype') diff --git a/crates/fparkan-prototype/src/lib.rs b/crates/fparkan-prototype/src/lib.rs index 4efafa1..35089b0 100644 --- a/crates/fparkan-prototype/src/lib.rs +++ b/crates/fparkan-prototype/src/lib.rs @@ -1826,6 +1826,7 @@ mod tests { } #[test] + #[ignore = "requires licensed corpus"] fn licensed_corpora_unit_dat_parse_counts() { let cases = [("IS", 425, 5_219), ("IS2", 676, 8_145)]; for (corpus, expected_files, expected_records) in cases { @@ -1859,6 +1860,7 @@ mod tests { } #[test] + #[ignore = "requires licensed corpus"] fn licensed_corpora_registry_payloads_are_record_aligned() { for corpus in ["IS", "IS2"] { let root = corpus_root(corpus).expect("corpus root"); -- cgit v1.2.3