Skip to content

Commit

Permalink
remove miri checks
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 11, 2024
1 parent fd5279a commit 4638fe3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/miri.yml

This file was deleted.

2 changes: 0 additions & 2 deletions native/core/src/execution/datafusion/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2504,7 +2504,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 @@ -2518,7 +2517,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 4638fe3

Please sign in to comment.