aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-nres
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-06-22 14:55:37 +0300
committerValentin Popov <valentin@popov.link>2026-06-22 14:55:37 +0300
commit8e5e46b7b381608387fcd2fdd98a474a50f3d33a (patch)
tree610628bc8c125462ca472cca6859bf958adc91c0 /crates/fparkan-nres
parentd0bdbaa1ed76dfbf3211bb43eee48c49cc4fd448 (diff)
downloadfparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.tar.xz
fparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.zip
fix: make ci locked and isolate licensed tests
Diffstat (limited to 'crates/fparkan-nres')
-rw-r--r--crates/fparkan-nres/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/fparkan-nres/src/lib.rs b/crates/fparkan-nres/src/lib.rs
index f2bd106..44d9c93 100644
--- a/crates/fparkan-nres/src/lib.rs
+++ b/crates/fparkan-nres/src/lib.rs
@@ -1779,6 +1779,7 @@ mod tests {
}
#[test]
+ #[ignore = "requires licensed corpus"]
fn licensed_corpora_nres_roundtrip_gates() {
let part1 = corpus_gate("IS", 120, 6_804).expect("part 1 NRes gate");
let part2 = corpus_gate("IS2", 134, 8_171).expect("part 2 NRes gate");