mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Disable hanging hang monitor tests on windows
This commit is contained in:
parent
2985d48b77
commit
2e35fc5cb9
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue