Skip to content

Commit

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

#[tokio::test()]
#[cfg_attr(miri, ignore)] // miri can't call foreign function `rust_psm_stack_pointer`
async fn from_datafusion_error_to_comet() {
let err_msg = "exec error";
let err = datafusion_common::DataFusionError::Execution(err_msg.to_string());
Expand Down Expand Up @@ -2505,6 +2504,7 @@ 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 Down

0 comments on commit 3ae7866

Please sign in to comment.