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 --- crates/fparkan-runtime/src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crates/fparkan-runtime/src') diff --git a/crates/fparkan-runtime/src/lib.rs b/crates/fparkan-runtime/src/lib.rs index 2a05c4a..4bc9e25 100644 --- a/crates/fparkan-runtime/src/lib.rs +++ b/crates/fparkan-runtime/src/lib.rs @@ -695,6 +695,7 @@ mod tests { } #[test] + #[ignore = "requires licensed corpus"] fn load_trace_records_preparation_before_registration_and_raw_transforms() { let root = workspace_root().join("testdata").join("IS"); let vfs: Arc = Arc::new(DirectoryVfs::new(&root)); @@ -736,6 +737,7 @@ mod tests { } #[test] + #[ignore = "requires licensed corpus"] fn missing_map_and_missing_reachable_resource_fail_before_registration() { let root = workspace_root().join("testdata").join("IS"); for (denied, mission) in [ @@ -779,6 +781,7 @@ mod tests { } #[test] + #[ignore = "requires licensed corpus"] fn registration_phase_failure_uses_normal_teardown_and_keeps_engine_world() { let root = workspace_root().join("testdata").join("IS"); let vfs: Arc = Arc::new(DirectoryVfs::new(root)); @@ -816,6 +819,7 @@ mod tests { } #[test] + #[ignore = "requires licensed corpus"] fn selected_is_and_is2_missions_execute_10000_deterministic_ticks() { for case in [ HeadlessCase { @@ -849,6 +853,7 @@ mod tests { } #[test] + #[ignore = "requires licensed corpus"] fn licensed_corpora_load_all_mission_foundations() { let root = workspace_root(); let part1 = load_all(&root.join("testdata").join("IS")); -- cgit v1.2.3