Skip to content

Commit 88186f4

Browse files
committed
uinput: fix test on FreeBSD
1 parent 9819b13 commit 88186f4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/uinput/async.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ mod tests {
5050
use super::*;
5151

5252
#[test]
53+
#[cfg_attr(
54+
target_os = "freebsd",
55+
ignore = "FreeBSD does not support non-blocking uinput devices"
56+
)]
5357
fn smoke() -> io::Result<()> {
5458
let (uinput, evdev) = pair(|b| b.with_leds([Led::CAPSL]))?;
5559

0 commit comments

Comments
 (0)