From 4f3d62ed7d5def560a8b27d33f1394e0dd43f73f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Apr 2021 16:22:54 +0100 Subject: [PATCH] vpid, miri: Disable the exhaustive test under miri It is quite slow. Signed-off-by: Ian Jackson --- src/vpid.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vpid.rs b/src/vpid.rs index 1b44b589..aa831d1c 100644 --- a/src/vpid.rs +++ b/src/vpid.rs @@ -189,6 +189,7 @@ impl Notches { } } +#[cfg(not(miri))] #[test] fn exhaustive() { enum Can { -- 2.30.2