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 /apps/fparkan-game | |
| parent | d0bdbaa1ed76dfbf3211bb43eee48c49cc4fd448 (diff) | |
| download | fparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.tar.xz fparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.zip | |
fix: make ci locked and isolate licensed tests
Diffstat (limited to 'apps/fparkan-game')
| -rw-r--r-- | apps/fparkan-game/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/fparkan-game/src/main.rs b/apps/fparkan-game/src/main.rs index ed12c70..2486cfc 100644 --- a/apps/fparkan-game/src/main.rs +++ b/apps/fparkan-game/src/main.rs @@ -262,6 +262,7 @@ mod tests { } #[test] + #[ignore = "requires licensed corpus"] fn selected_is_and_is2_missions_produce_approved_render_captures() { for case in [ RenderCase { |
