ignore pstr_iter_tests test in miri as it takes too long

This commit is contained in:
Skgland
2024-07-07 13:22:49 +02:00
committed by Bennet Bleßmann
parent 496e4e9f56
commit 39bd520542
+1
View File
@@ -801,6 +801,7 @@ mod test {
use crate::machine::mock_wam::*;
#[test]
#[cfg_attr(miri, ignore = "it takes too long to run")]
fn pstr_iter_tests() {
let mut wam = MockWAM::new();