Skip to content

Commit 4638fe3

Browse files
committed
remove miri checks
1 parent fd5279a commit 4638fe3

File tree

2 files changed

+0
-51
lines changed

2 files changed

+0
-51
lines changed

.github/workflows/miri.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

native/core/src/execution/datafusion/planner.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,6 @@ mod tests {
25042504
}
25052505

25062506
#[test]
2507-
#[cfg_attr(miri, ignore)] // miri can't call foreign function `rust_psm_stack_pointer`
25082507
fn spark_plan_metrics_filter() {
25092508
let op_scan = create_scan();
25102509
let op = create_filter(op_scan, 0);
@@ -2518,7 +2517,6 @@ mod tests {
25182517
}
25192518

25202519
#[test]
2521-
#[cfg_attr(miri, ignore)] // miri can't call foreign function `rust_psm_stack_pointer`
25222520
fn spark_plan_metrics_hash_join() {
25232521
let op_scan = create_scan();
25242522
let op_join = Operator {

0 commit comments

Comments
 (0)