Skip to content

Commit

Permalink
Disable save states tests for Nestopia
Browse files Browse the repository at this point in the history
Savestates are broken in the Nestopia version 1ae59e3. Wait when new version (revert) is pushed into the nightly repo.
  • Loading branch information
sergystepanov committed Feb 13, 2024
1 parent ce7aa1b commit 61b4108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/worker/caged/libretro/frontend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func TestSavePersistence(t *testing.T) {
// Compare states (a) and (b), should be =.
func TestLoad(t *testing.T) {
tests := []testRun{
{room: "test_load_00", system: alwa.system, rom: alwa.rom, frames: 100},
//{room: "test_load_00", system: alwa.system, rom: alwa.rom, frames: 100},
{room: "test_load_01", system: sushi.system, rom: sushi.rom, frames: 1000},
{room: "test_load_02", system: angua.system, rom: angua.rom, frames: 100},
}
Expand Down

0 comments on commit 61b4108

Please sign in to comment.