deactivated Space Invaders test until image file is available on github

Maybe I'm assuming the wrong file name "images/asm-space-invaders.img"?
This commit is contained in:
Christian Schnell 2025-08-18 18:02:55 +02:00 committed by Fabian
parent e8235c5f3e
commit 200219335b

View file

@ -225,6 +225,7 @@ for(const fd_size of ["160K", "180K", "320K", "360K", "640K", "720K", "1200K", "
}
}
/*
await exec_test("floppy-custom-size", CONFIG_SPACE_INVADERS_FD, 60, async emulator =>
{
console.log("Waiting for boot screen");
@ -233,6 +234,7 @@ await exec_test("floppy-custom-size", CONFIG_SPACE_INVADERS_FD, 60, async emulat
console.log("Waiting for start screen");
await expect(emulator, " ", [/#\s{2}3\s{5}Hard\s{8}#$/, /#\s{20}#$/, /#{22}$/], 3000);
});
*/
await exec_test("floppy-insert-eject", CONFIG_MSDOS622_HD, 60, async emulator =>
{