Skip to content

Commit

Permalink
exclude test from miri
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 10, 2024
1 parent 6a73f62 commit 606403e
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 @@ -2447,6 +2447,7 @@ 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

0 comments on commit 606403e

Please sign in to comment.