aboutsummaryrefslogtreecommitdiff
path: root/crates/fparkan-resource
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-resource
parentd0bdbaa1ed76dfbf3211bb43eee48c49cc4fd448 (diff)
downloadfparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.tar.xz
fparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.zip
fix: make ci locked and isolate licensed tests
Diffstat (limited to 'crates/fparkan-resource')
-rw-r--r--crates/fparkan-resource/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/fparkan-resource/src/lib.rs b/crates/fparkan-resource/src/lib.rs
index aa6de70..7dd90b5 100644
--- a/crates/fparkan-resource/src/lib.rs
+++ b/crates/fparkan-resource/src/lib.rs
@@ -696,6 +696,7 @@ mod tests {
}
#[test]
+ #[ignore = "requires licensed corpus"]
fn licensed_corpora_repository_reads_nres_and_rsli() {
licensed_repository_gate("IS").expect("part 1 repository gate");
licensed_repository_gate("IS2").expect("part 2 repository gate");