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-terrain-format | |
| parent | d0bdbaa1ed76dfbf3211bb43eee48c49cc4fd448 (diff) | |
| download | fparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.tar.xz fparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.zip | |
fix: make ci locked and isolate licensed tests
Diffstat (limited to 'crates/fparkan-terrain-format')
| -rw-r--r-- | crates/fparkan-terrain-format/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/fparkan-terrain-format/src/lib.rs b/crates/fparkan-terrain-format/src/lib.rs index 8b97d79..8fd17ef 100644 --- a/crates/fparkan-terrain-format/src/lib.rs +++ b/crates/fparkan-terrain-format/src/lib.rs @@ -1488,6 +1488,7 @@ Generator 1 } #[test] + #[ignore = "requires licensed corpus"] fn licensed_corpus_land_msh_validate() { for (corpus, expected_files, expected_vertices, expected_faces) in [ ("IS", 33_usize, 299_450_usize, 275_882_usize), @@ -1536,6 +1537,7 @@ Generator 1 } #[test] + #[ignore = "requires licensed corpus"] fn licensed_corpus_build_dat_validate() { for (corpus, expected_ai_prefix) in [("IS", false), ("IS2", true)] { let Some(root) = corpus_root(corpus) else { @@ -1583,6 +1585,7 @@ Generator 1 } #[test] + #[ignore = "requires licensed corpus"] fn licensed_corpus_land_map_validate() { for (corpus, expected_files, expected_areals, expected_vertices, expected_max_hits) in [ ("IS", 33_usize, 34_662_usize, 197_698_usize, 20_usize), |
