Skip to content

Commit

Permalink
Enable dig spot test on melonDS
Browse files Browse the repository at this point in the history
  • Loading branch information
mike8699 committed Dec 30, 2024
1 parent 58757c7 commit e6023eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/desmume/test_dig_spot_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
start_first_file,
use_equipped_item,
)
from .melonds import MelonDSWrapper


@pytest.fixture
Expand All @@ -28,8 +27,6 @@ def dig_spot_test_emu(
aux_data: ShufflerAuxData,
):
"""Generate and run a rom with a custom dig/shovel spot item set."""
if isinstance(emulator, MelonDSWrapper):
pytest.skip('This test is broken on melonDS. TODO: Fix it and remove this skip')
rom = NintendoDSRom.fromFile(rom_path)
chests = [
chest
Expand Down

0 comments on commit e6023eb

Please sign in to comment.