From 8e5e46b7b381608387fcd2fdd98a474a50f3d33a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 22 Jun 2026 15:55:37 +0400 Subject: fix: make ci locked and isolate licensed tests --- apps/fparkan-game/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/fparkan-game/src') 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 { -- cgit v1.2.3