diff --git a/tests/while_loop.rs b/tests/while_loop.rs index 2d412c4b..7507242b 100644 --- a/tests/while_loop.rs +++ b/tests/while_loop.rs @@ -50,6 +50,7 @@ fn test_do() -> Result<(), Box> { Ok(()) } +#[cfg(not(feature = "unchecked"))] #[test] fn test_infinite_loops() -> Result<(), Box> { let mut engine = Engine::new();