remove my sins (#6919)

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-05-13 21:28:55 -07:00
committed by GitHub
parent 78b6854c6b
commit 980e3c4bc2

View File

@ -1262,10 +1262,6 @@ mod test {
&result,
0.99,
);
// yield to allow other tests to run
tokio::task::yield_now().await;
// when running against a local engine give it time to start again.
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
}
}