Skip to content

Commit

Permalink
derp miri
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwmanning committed Oct 9, 2024
1 parent 98d4d9b commit 316fa88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vortex-sampling-compressor/src/compressors/roaring_int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ mod tests {
use crate::SamplingCompressor;

#[test]
#[cfg_attr(miri, ignore)]
fn test_roaring_int_compressor() {
let array =
PrimitiveArray::from_vec(vec![1u32, 2, 3, 4, 5], Validity::NonNullable).into_array();
Expand Down

0 comments on commit 316fa88

Please sign in to comment.