Skip to content

Commit

Permalink
remove safe test from miri test
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Jul 22, 2024
1 parent 827f66a commit db98f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autd3-firmware-emulator/src/fpga/emulator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ mod tests {
}

#[test]
#[cfg_attr(miri, ignore)]
fn test_to_pulse_width() {
let fpga = FPGAEmulator::new(249);
itertools::iproduct!(0x00..=0xFF, 0x00..=0xFF).for_each(|(a, b)| {
Expand All @@ -147,6 +148,7 @@ mod tests {
}

#[test]
#[cfg_attr(miri, ignore)]
fn thermo() {
let mut fpga = FPGAEmulator::new(249);
assert!(!fpga.is_thermo_asserted());
Expand Down

0 comments on commit db98f48

Please sign in to comment.