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:
Sergey Stepanov 2024-02-13 19:37:23 +03:00
parent ce7aa1be62
commit 61b4108dce
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -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},
}