Files
Bubberstation/_maps/gateway_test.json
Roxy fba4486214 Temporary fix for flaky gateway CI (#5141)
## About The Pull Request

Gateway test CI seems to be running out of memory often now, this was
fixed in https://github.com/tgstation/tgstation/pull/94771 but given how
behind we are in upstreams I just want to selectively apply this and it
can be overwritten once upstream syncs have caught up.

**The changes to `space_ruin_levels` and `minetype` can safely be
overwritten once https://github.com/tgstation/tgstation/pull/94771 is
pulled, and the additions to `ignored_unit_tests` should be removed once
https://github.com/tgstation/tgstation/pull/94821 is pulled (as it
provides a better fix).**

## Why It's Good For The Game

Gateway_test is failing a lot
2026-01-18 20:33:35 -05:00

21 lines
623 B
JSON

{
"version": 1,
"map_name": "Gateway Test",
"map_path": "map_files/debug",
"map_file": "gateway_test.dmm",
"space_ruin_levels": 0,
"minetype": "none",
"load_all_away_missions": true,
"ignored_unit_tests": [
"/datum/unit_test/antag_moodlets",
"/datum/unit_test/cargo_dep_order_locations",
"/datum/unit_test/maptest_job_roundstart_spawnpoints",
"/datum/unit_test/maptest_required_map_items",
"/datum/unit_test/space_dragon_expiration",
"/datum/unit_test/spy_bounty",
"/datum/unit_test/traitor",
"/datum/unit_test/lungs/lungs_sanity_ashwalker",
"/datum/unit_test/breath/breath_sanity_ashwalker"
]
}