Skip to content

Commit

Permalink
revert miri change
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 28, 2024
1 parent 57acf75 commit 466400c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions native/core/src/execution/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2513,7 +2513,6 @@ mod tests {
}

#[test]
#[cfg_attr(miri, ignore)] // miri can't call foreign function `rust_psm_stack_pointer`
fn spark_plan_metrics_filter() {
let op_scan = create_scan();
let op = create_filter(op_scan, 0);
Expand All @@ -2527,7 +2526,6 @@ 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 466400c

Please sign in to comment.