disable preemption in tokio tests again

This commit is contained in:
Ralf Jung 2023-04-21 15:13:20 +02:00
parent f0c207f7a8
commit 28f6297d09

View File

@ -1,5 +1,5 @@
// Need to disable preemption to stay on the supported MVP codepath in mio.
//@compile-flags: -Zmiri-permissive-provenance
//@compile-flags: -Zmiri-permissive-provenance -Zmiri-preemption-rate=0
//@only-target-x86_64-unknown-linux: support for tokio exists only on linux and x86
#[tokio::main]