From 4b49983e3df36b991f4c140bfab6893b94b18675 Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Fri, 30 Aug 2024 09:30:49 +0200 Subject: [PATCH] parallel: ignore until #25 is fixed. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index d380fc8..ff9962a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -329,6 +329,7 @@ mod tests { } #[bench] + #[ignore] fn test_contains_many_par(b: &mut Bencher) { pyo3::prepare_freethreaded_python(); pyo3::Python::with_gil(|py| {