File tree Expand file tree Collapse file tree
src/persist-client/src/operators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ mod tests {
638638 ///
639639 /// NOTE: This test is weird: if everything is good it will pass. If we
640640 /// break the assumption that we test this will time out and we will notice.
641- #[ mz_ore:: test( tokio:: test) ]
641+ #[ mz_ore:: test( tokio:: test( flavor = "multi_thread" ) ) ]
642642 #[ cfg_attr( miri, ignore) ] // unsupported operation: returning ready events from epoll_wait is not yet implemented
643643 async fn test_shard_source_implicit_initial_as_of ( ) {
644644 let ( persist_clients, location) = new_test_client_cache_and_location ( ) ;
@@ -707,7 +707,7 @@ mod tests {
707707 ///
708708 /// NOTE: This test is weird: if everything is good it will pass. If we
709709 /// break the assumption that we test this will time out and we will notice.
710- #[ mz_ore:: test( tokio:: test) ]
710+ #[ mz_ore:: test( tokio:: test( flavor = "multi_thread" ) ) ]
711711 #[ cfg_attr( miri, ignore) ] // unsupported operation: returning ready events from epoll_wait is not yet implemented
712712 async fn test_shard_source_explicit_initial_as_of ( ) {
713713 let ( persist_clients, location) = new_test_client_cache_and_location ( ) ;
You can’t perform that action at this time.
0 commit comments