Skip to content

Commit 873ea85

Browse files
authored
Ignore flaky crashtracking test (#729)
1 parent 5048b73 commit 873ea85

File tree

1 file changed

+1
-0
lines changed
  • crashtracker/src/collector

1 file changed

+1
-0
lines changed

Diff for: crashtracker/src/collector/api.rs

+1
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ fn test_altstack_nouse() -> anyhow::Result<()> {
597597
#[cfg_attr(miri, ignore)]
598598
#[cfg(target_os = "linux")]
599599
#[test]
600+
#[ignore]
600601
fn test_waitall_nohang() -> anyhow::Result<()> {
601602
// This test checks whether the crashtracking implementation can cause malformed `waitall()`
602603
// idioms to hang.

0 commit comments

Comments
 (0)