diff --git a/crashtracker/src/collector/api.rs b/crashtracker/src/collector/api.rs index 2c9b5a5be..984369bb2 100644 --- a/crashtracker/src/collector/api.rs +++ b/crashtracker/src/collector/api.rs @@ -597,6 +597,7 @@ fn test_altstack_nouse() -> anyhow::Result<()> { #[cfg_attr(miri, ignore)] #[cfg(target_os = "linux")] #[test] +#[ignore] fn test_waitall_nohang() -> anyhow::Result<()> { // This test checks whether the crashtracking implementation can cause malformed `waitall()` // idioms to hang.