rt: enable it in tests

This commit is contained in:
Eliza Weisman
2026-05-04 12:46:51 -07:00
parent 41eb73ec71
commit 9867eb6cc9
+2
View File
@@ -698,6 +698,7 @@ fn mutex_in_block_in_place() {
//
// Integration test for: https://github.com/tokio-rs/tokio/issues/4941
#[test]
#[cfg(tokio_unstable)]
fn lifo_stealable() {
use std::time::Duration;
@@ -725,6 +726,7 @@ fn lifo_stealable() {
// I/O driver and another can be parked running the timer wheel and
// there's still at least one worker free to steal the blocked task.
.worker_threads(4)
.enable_eager_worker_wakeup()
.enable_time()
.build()
.unwrap();