Disable intermittent unit tests on macos.

This commit is contained in:
Josh Matthews 2021-05-26 19:32:30 -04:00 committed by GitHub
parent 5d5f9a0a31
commit 1a1590fd53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();