We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9819b13 commit 88186f4Copy full SHA for 88186f4
1 file changed
src/uinput/async.rs
@@ -50,6 +50,10 @@ mod tests {
50
use super::*;
51
52
#[test]
53
+ #[cfg_attr(
54
+ target_os = "freebsd",
55
+ ignore = "FreeBSD does not support non-blocking uinput devices"
56
+ )]
57
fn smoke() -> io::Result<()> {
58
let (uinput, evdev) = pair(|b| b.with_leds([Led::CAPSL]))?;
59
0 commit comments