diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-22 14:55:37 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-22 14:55:37 +0300 |
| commit | 8e5e46b7b381608387fcd2fdd98a474a50f3d33a (patch) | |
| tree | 610628bc8c125462ca472cca6859bf958adc91c0 /crates/fparkan-fx/src | |
| parent | d0bdbaa1ed76dfbf3211bb43eee48c49cc4fd448 (diff) | |
| download | fparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.tar.xz fparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.zip | |
fix: make ci locked and isolate licensed tests
Diffstat (limited to 'crates/fparkan-fx/src')
| -rw-r--r-- | crates/fparkan-fx/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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), |
