Skip to content

Commit

Permalink
ignore fuzz test with miri
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 13, 2023
1 parent 0a8c4e1 commit 2e2a52b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/header_map_fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use rand::{Rng, SeedableRng};

use std::collections::HashMap;

#[cfg(not(miri))]
#[test]
fn header_map_fuzz() {
fn prop(fuzz: Fuzz) -> TestResult {
Expand Down

0 comments on commit 2e2a52b

Please sign in to comment.