mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Disable intermittent unit tests on macos.
This commit is contained in:
parent
5d5f9a0a31
commit
1a1590fd53
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue