Skip to content

Commit

Permalink
Don't run non zero power of two tests under Shuttle
Browse files Browse the repository at this point in the history
There is no reason to do that.
  • Loading branch information
akoshelev committed Oct 4, 2024
1 parent ac31cbb commit 34838fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/utils/power_of_two.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl NonZeroU32PowerOfTwo {
}
}

#[cfg(test)]
#[cfg(all(test, unit_test))]
mod tests {
use super::{ConvertError, NonZeroU32PowerOfTwo};

Expand Down

0 comments on commit 34838fe

Please sign in to comment.