Skip to content

Commit

Permalink
test: miri ignore file-opening test (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 authored Nov 13, 2023
1 parent 201d1a2 commit aa68c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hugr/views/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ fn node_connections(
Ok(())
}

#[cfg_attr(miri, ignore)] // Opening files is not supported in (isolated) miri
#[rstest]
fn dot_string(sample_hugr: (Hugr, BuildHandle<DataflowOpID>, BuildHandle<DataflowOpID>)) {
let (h, _, _) = sample_hugr;
Expand Down

0 comments on commit aa68c49

Please sign in to comment.