We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89210c8 + 873ea85 commit dac1014Copy full SHA for dac1014
crashtracker/src/collector/api.rs
@@ -597,6 +597,7 @@ fn test_altstack_nouse() -> anyhow::Result<()> {
597
#[cfg_attr(miri, ignore)]
598
#[cfg(target_os = "linux")]
599
#[test]
600
+#[ignore]
601
fn test_waitall_nohang() -> anyhow::Result<()> {
602
// This test checks whether the crashtracking implementation can cause malformed `waitall()`
603
// idioms to hang.
0 commit comments