Skip to content

Commit

Permalink
Ignore test histogram::standard::tests::downsample
Browse files Browse the repository at this point in the history
This test is flaky. I have opened an issue to track it at
pelikan-io#100
  • Loading branch information
swlynch99 committed Jan 18, 2024
1 parent 93db3b9 commit 641d883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions histogram/src/standard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ mod tests {
}

#[test]
#[ignore = "this test is flaky (see issue #100)"]
// Tests downsampling
fn downsample() {
let mut histogram = Histogram::new(8, 32).unwrap();
Expand Down

0 comments on commit 641d883

Please sign in to comment.