Skip to content

Commit 4152d34

Browse files
committed
#[ignore] the analysis_test_miri test for now as there are issues running miri (which installs xargo) in CI.
The test can still be manually run with `cargo test -p c2rust-pdg -- --ignored analysis_test_miri`.
1 parent 33130b7 commit 4152d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pdg/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ mod tests {
367367
}
368368

369369
#[test]
370+
#[ignore]
370371
fn analysis_test_miri() -> eyre::Result<()> {
371372
init();
372373
let mut cmd = Command::new("cargo");

0 commit comments

Comments
 (0)