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-texm/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/fparkan-texm/src/lib.rs') diff --git a/crates/fparkan-texm/src/lib.rs b/crates/fparkan-texm/src/lib.rs index 6adc8b1..fef5369 100644 --- a/crates/fparkan-texm/src/lib.rs +++ b/crates/fparkan-texm/src/lib.rs @@ -1071,6 +1071,7 @@ mod tests { } #[test] + #[ignore = "requires licensed corpus"] fn licensed_corpus_texm_assets_validate_and_decode_mip0() { for (corpus, expected) in [("IS", 518_usize), ("IS2", 631_usize)] { let Some(root) = corpus_root(corpus) else { -- cgit v1.2.3