Skip to content

Commit

Permalink
parallel: ignore until #25 is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 30, 2024
1 parent 0f5bdf7 commit 4b49983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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| {
Expand Down

0 comments on commit 4b49983

Please sign in to comment.