Skip to content

Commit

Permalink
#[ignore] the analysis_test_miri test for now as there are issues…
Browse files Browse the repository at this point in the history
… running `miri` (which installs `xargo`) in CI.

The test can still be manually run with `cargo test -p c2rust-pdg -- --ignored analysis_test_miri`.
  • Loading branch information
kkysen committed Oct 10, 2022
1 parent 33130b7 commit 4152d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdg/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ mod tests {
}

#[test]
#[ignore]
fn analysis_test_miri() -> eyre::Result<()> {
init();
let mut cmd = Command::new("cargo");
Expand Down

0 comments on commit 4152d34

Please sign in to comment.