@@ -431,7 +431,7 @@ mod tests {
431431 }
432432 }
433433
434- #[ tokio:: test]
434+ #[ tokio:: test( flavor = "multi_thread" ) ]
435435 async fn test_relativize_glob_normal_patterns ( ) {
436436 let tt = turbo_tasks:: TurboTasks :: new ( TurboTasksBackend :: new (
437437 BackendOptions :: default ( ) ,
@@ -458,7 +458,7 @@ mod tests {
458458 . unwrap ( ) ;
459459 }
460460
461- #[ tokio:: test]
461+ #[ tokio:: test( flavor = "multi_thread" ) ]
462462 async fn test_relativize_glob_current_directory_prefix ( ) {
463463 let tt = turbo_tasks:: TurboTasks :: new ( TurboTasksBackend :: new (
464464 BackendOptions :: default ( ) ,
@@ -487,7 +487,7 @@ mod tests {
487487 . unwrap ( ) ;
488488 }
489489
490- #[ tokio:: test]
490+ #[ tokio:: test( flavor = "multi_thread" ) ]
491491 async fn test_relativize_glob_parent_directory_navigation ( ) {
492492 let tt = turbo_tasks:: TurboTasks :: new ( TurboTasksBackend :: new (
493493 BackendOptions :: default ( ) ,
@@ -517,7 +517,7 @@ mod tests {
517517 . unwrap ( ) ;
518518 }
519519
520- #[ tokio:: test]
520+ #[ tokio:: test( flavor = "multi_thread" ) ]
521521 async fn test_relativize_glob_mixed_prefixes ( ) {
522522 let tt = turbo_tasks:: TurboTasks :: new ( TurboTasksBackend :: new (
523523 BackendOptions :: default ( ) ,
@@ -547,7 +547,7 @@ mod tests {
547547 . unwrap ( ) ;
548548 }
549549
550- #[ tokio:: test]
550+ #[ tokio:: test( flavor = "multi_thread" ) ]
551551 async fn test_relativize_glob_error_navigation_out_of_root ( ) {
552552 let tt = turbo_tasks:: TurboTasks :: new ( TurboTasksBackend :: new (
553553 BackendOptions :: default ( ) ,
0 commit comments