tests: mark failing taskdump tests as #[ignore] (#8403)

This commit is contained in:
Alice Ryhl
2026-09-03 14:31:54 +00:00
parent 16a6a2390c
commit 66f836e61a
+2
View File
@@ -26,6 +26,7 @@ async fn c() {
}
#[test]
#[ignore]
fn current_thread() {
let rt = runtime::Builder::new_current_thread()
.enable_all()
@@ -63,6 +64,7 @@ fn current_thread() {
}
#[test]
#[ignore]
fn multi_thread() {
let rt = runtime::Builder::new_multi_thread()
.enable_all()