Skip to content

Commit

Permalink
ignore another test
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 10, 2024
1 parent 3ae7866 commit fd5279a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/core/src/execution/datafusion/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2518,6 +2518,7 @@ mod tests {
}

#[test]
#[cfg_attr(miri, ignore)] // miri can't call foreign function `rust_psm_stack_pointer`
fn spark_plan_metrics_hash_join() {
let op_scan = create_scan();
let op_join = Operator {
Expand Down

0 comments on commit fd5279a

Please sign in to comment.