diff --git a/components/background_hang_monitor/tests/hang_monitor_tests.rs b/components/background_hang_monitor/tests/hang_monitor_tests.rs index 2dade559f84..a9818d1b09b 100644 --- a/components/background_hang_monitor/tests/hang_monitor_tests.rs +++ b/components/background_hang_monitor/tests/hang_monitor_tests.rs @@ -127,6 +127,8 @@ fn test_hang_monitoring() { } #[test] +// https://github.com/servo/servo/issues/28270 +#[cfg(not(target_os = "windows"))] fn test_hang_monitoring_unregister() { let _lock = SERIAL.lock().unwrap(); @@ -161,6 +163,8 @@ fn test_hang_monitoring_unregister() { } #[test] +// https://github.com/servo/servo/issues/28270 +#[cfg(not(target_os = "windows"))] fn test_hang_monitoring_exit_signal() { let _lock = SERIAL.lock().unwrap();