Skip to content

Commit

Permalink
Merge pull request #29610 from def-/pr-miri-monotone
Browse files Browse the repository at this point in the history
miri: Ignore test_is_monotone
  • Loading branch information
def- committed Sep 18, 2024
2 parents c50922a + 5fd660b commit d2691f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/expr/src/scalar/func.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8611,6 +8611,7 @@ mod test {
}

#[mz_ore::test]
#[cfg_attr(miri, ignore)] // unsupported operation: can't call foreign function `decNumberFromInt32` on OS `linux`
fn test_is_monotone() {
use proptest::prelude::*;

Expand Down

0 comments on commit d2691f0

Please sign in to comment.