Disable hanging hang monitor tests on windows

This commit is contained in:
Josh Matthews 2021-03-12 16:49:36 -05:00 committed by GitHub
parent 2985d48b77
commit 2e35fc5cb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,6 +127,8 @@ fn test_hang_monitoring() {
} }
#[test] #[test]
// https://github.com/servo/servo/issues/28270
#[cfg(not(target_os = "windows"))]
fn test_hang_monitoring_unregister() { fn test_hang_monitoring_unregister() {
let _lock = SERIAL.lock().unwrap(); let _lock = SERIAL.lock().unwrap();
@ -161,6 +163,8 @@ fn test_hang_monitoring_unregister() {
} }
#[test] #[test]
// https://github.com/servo/servo/issues/28270
#[cfg(not(target_os = "windows"))]
fn test_hang_monitoring_exit_signal() { fn test_hang_monitoring_exit_signal() {
let _lock = SERIAL.lock().unwrap(); let _lock = SERIAL.lock().unwrap();