mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-30 00:00:16 +02:00
tokio: gate some panicking tests with #[cfg(panic = "unwind")] (#6115)
This commit is contained in:
@@ -289,6 +289,7 @@ async fn unawaited_blocking_task_wakes_paused_runtime() {
|
||||
);
|
||||
}
|
||||
|
||||
#[cfg(panic = "unwind")]
|
||||
#[cfg(feature = "test-util")]
|
||||
#[tokio::test(start_paused = true)]
|
||||
async fn panicking_blocking_task_wakes_paused_runtime() {
|
||||
|
||||
Reference in New Issue
Block a user