Skip to content

Commit

Permalink
[MIRROR] Fix flakey spy bounty test failures (#2380)
Browse files Browse the repository at this point in the history
* Fix flakey spy bounty test failures (#81937)

## About The Pull Request

Closes #81890 
Closes #81951

The spy bounty test will occasionally fail to generate bounties on
Gateway Test (and even more rarely, Runtime Station) due to the nature
of these maps not having everything a station is expected to have (to
use for steal targets).

* Fix flakey spy bounty test failures

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: MrMelbert <[email protected]>
  • Loading branch information
3 people authored Mar 12, 2024
1 parent 705436a commit 783b632
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions _maps/gateway_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"/datum/unit_test/job_roundstart_spawnpoints",
"/datum/unit_test/required_map_items",
"/datum/unit_test/space_dragon_expiration",
"/datum/unit_test/spy_bounty",
"/datum/unit_test/traitor"
]
}
3 changes: 2 additions & 1 deletion _maps/multiz_debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"map_file": "multiz.dmm",
"ignored_unit_tests": [
"/datum/unit_test/job_roundstart_spawnpoints",
"/datum/unit_test/required_map_items"
"/datum/unit_test/required_map_items",
"/datum/unit_test/spy_bounty"
],
"traits": [
{
Expand Down
3 changes: 2 additions & 1 deletion _maps/runtimestation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"space_ruin_levels": 1,
"ignored_unit_tests": [
"/datum/unit_test/job_roundstart_spawnpoints",
"/datum/unit_test/required_map_items"
"/datum/unit_test/required_map_items",
"/datum/unit_test/spy_bounty"
],
"shuttles": {
"cargo": "cargo_delta"
Expand Down

0 comments on commit 783b632

Please sign in to comment.