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-resource/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-resource/src')
| -rw-r--r-- | crates/fparkan-resource/src/lib.rs | 1 |
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"); |
