Skip to content

Commit

Permalink
ignore teest that breaks on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jtcruthers committed Nov 18, 2023
1 parent 73fd0f9 commit 9465540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,7 @@ mod tests {
assert_eq!(chip.pc, 0xABC + 0xF);
}

#[ignore]
#[tokio::test]
async fn test_ex9e_skip_if_vx_key_is_pressed() {
let mut chip = Chip::new(1200, ChipType::CHIP8, DisplayType::Terminal);
Expand Down

0 comments on commit 9465540

Please sign in to comment.