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

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