Skip to content

Commit

Permalink
Reduce test flakiness due to increased item count
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Oct 8, 2024
1 parent 821ffd6 commit 51c03de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions worlds/sc2/test/test_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ def test_unexcludes_cancel_out_excludes(self):
item_groups.ItemGroupNames.STARPORT_UNITS: 0,
item_names.WARHOUND: 0,
item_names.VULTURE: 0,
item_names.WIDOW_MINE: 0,
item_names.THOR: 0,
item_names.GHOST: 0,
item_names.SPECTRE: 0,
item_groups.ItemGroupNames.MENGSK_UNITS: 0,
},
'unexcluded_items': {
item_names.NOVA_PLASMA_RIFLE: 1, # Necessary to pass logic
Expand Down

0 comments on commit 51c03de

Please sign in to comment.