mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
This reverts commit 66f836e61a.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user