Skip to content

Commit

Permalink
do not run tests that need test_util unless it is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 9, 2021
1 parent aa7111a commit abd8cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/util/bit_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ where
simd_result.write_to_slice_unaligned_unchecked(result);
}

#[cfg(test)]
#[cfg(all(test, feature = "test_utils"))]
mod tests {
use std::collections::HashSet;

Expand Down

0 comments on commit abd8cfe

Please sign in to comment.