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-fx/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/fparkan-fx/src') diff --git a/crates/fparkan-fx/src/lib.rs b/crates/fparkan-fx/src/lib.rs index 9675507..fb8adff 100644 --- a/crates/fparkan-fx/src/lib.rs +++ b/crates/fparkan-fx/src/lib.rs @@ -838,6 +838,7 @@ mod tests { } #[test] + #[ignore = "requires licensed corpus"] fn licensed_corpus_fxid_exact_eof_and_distribution() { for (corpus, expected_count) in [("IS", 923_usize), ("IS2", 1065_usize)] { let Some(root) = corpus_root(corpus) else { @@ -886,6 +887,7 @@ mod tests { } #[test] + #[ignore = "requires licensed corpus"] fn licensed_corpus_fxid_emission_captures_are_approved() { for (corpus, expected_count, expected_emitting, expected_hash) in [ ("IS", 923_usize, 467_usize, 10_553_431_922_547_057_702_u64), -- cgit v1.2.3