mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
tests: mark failing taskdump tests as #[ignore] (#8403)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user