From 1a1590fd53b2d350f60bc8d5a2c73ea3a0a13b9e Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 26 May 2021 19:32:30 -0400 Subject: Disable intermittent unit tests on macos. --- components/background_hang_monitor/tests/hang_monitor_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/background_hang_monitor') diff --git a/components/background_hang_monitor/tests/hang_monitor_tests.rs b/components/background_hang_monitor/tests/hang_monitor_tests.rs index dbccb5e50de..23b32dd1bbb 100644 --- a/components/background_hang_monitor/tests/hang_monitor_tests.rs +++ b/components/background_hang_monitor/tests/hang_monitor_tests.rs @@ -130,7 +130,7 @@ fn test_hang_monitoring() { #[test] // https://github.com/servo/servo/issues/28270 -#[cfg(not(target_os = "windows"))] +#[cfg(not(any(target_os = "windows", target_os = "macos")))] fn test_hang_monitoring_unregister() { let _lock = SERIAL.lock().unwrap(); @@ -166,7 +166,7 @@ fn test_hang_monitoring_unregister() { #[test] // https://github.com/servo/servo/issues/28270 -#[cfg(not(target_os = "windows"))] +#[cfg(not(any(target_os = "windows", target_os = "macos")))] fn test_hang_monitoring_exit_signal() { let _lock = SERIAL.lock().unwrap(); -- cgit v1.2.3