fix: ignore unimplemented test
This commit is contained in:
parent
ee2c4d6e5d
commit
e2be47c8e5
|
@ -934,6 +934,7 @@ mod test {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn opcode_set_sound_to_vx_works() {
|
fn opcode_set_sound_to_vx_works() {
|
||||||
// let mut chip8: Chip8 = Default::default();
|
// let mut chip8: Chip8 = Default::default();
|
||||||
// chip8.v[0x2] = 0x0F;
|
// chip8.v[0x2] = 0x0F;
|
||||||
|
|
Loading…
Reference in New Issue