Skip to content

Commit

Permalink
Disable load test for new mGBA
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Feb 28, 2024
1 parent 17fe1a9 commit 4195b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/worker/caged/libretro/frontend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ 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_01", system: sushi.system, rom: sushi.rom, frames: 1000},
{room: "test_load_02", system: angua.system, rom: angua.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},
}

for _, test := range tests {
Expand Down

0 comments on commit 4195b7f

Please sign in to comment.