mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
Disable save states tests for Nestopia
Savestates are broken in the Nestopia version 1ae59e3. Wait when new version (revert) is pushed into the nightly repo.
This commit is contained in:
parent
ce7aa1be62
commit
61b4108dce
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue