Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Bugfixes "whitelist test failing terrains"
Purpose of change
Fix build
Describe the solution
Adds the ten terrains that most reliably kill the terrain build test, grabbed from this recent unrelated PR https://github.com/CleverRaven/Cataclysm-DDA/actions/runs/12602732715/job/35130919349?pr=78875
Describe alternatives you've considered
Just keep rerunning the test until it finally passes
Increase the spawn likelihood for all ten
Testing
N/A
Additional context
Following these instructions from the test failure output:
To resolve errors about missing terrains you can either give the terrain the
([slow] ~starting_items)=> SHOULD_NOT_SPAWN flag, intended for terrains that should never spawn, for
([slow] ~starting_items)=> example test terrains or work in progress, or tweak the constraints so that
([slow] ~starting_items)=> the terrain can spawn more reliably, or add them to the whitelist at /data/
([slow] ~starting_items)=> mods/TEST_DATA/overmap_terrain_coverage_test/
([slow] ~starting_items)=> overmap_terrain_coverage_whitelist.json intended for terrains that sometimes
([slow] ~starting_items)=> spawn, but cannot be expected to spawn reliably enough for this test.