File tree 1 file changed +4
-0
lines changed
hugr-core/src/hugr/views/root_checked 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ mod test {
329
329
) ) ;
330
330
}
331
331
332
+ #[ cfg_attr( miri, ignore) ] // Opening files is not supported in (isolated) miri
332
333
#[ test]
333
334
fn test_map_io_duplicate_output ( ) {
334
335
// Create a DFG with 1 input and 1 output
@@ -360,6 +361,7 @@ mod test {
360
361
assert_snapshot ! ( dfg_hugr. mermaid_string( ) ) ;
361
362
}
362
363
364
+ #[ cfg_attr( miri, ignore) ] // Opening files is not supported in (isolated) miri
363
365
#[ test]
364
366
fn test_map_io_cx_gate ( ) {
365
367
// Create a DFG with 2 inputs and 2 outputs for a CX gate
@@ -419,6 +421,7 @@ mod test {
419
421
assert_snapshot ! ( dfg_hugr. mermaid_string( ) ) ;
420
422
}
421
423
424
+ #[ cfg_attr( miri, ignore) ] // Opening files is not supported in (isolated) miri
422
425
#[ test]
423
426
fn test_map_io_cycle_3qb ( ) {
424
427
// Create a DFG with 3 inputs and 3 outputs: CX[0, 1] and empty 2nd qubit
@@ -478,6 +481,7 @@ mod test {
478
481
assert_snapshot ! ( dfg_hugr. mermaid_string( ) ) ;
479
482
}
480
483
484
+ #[ cfg_attr( miri, ignore) ] // Opening files is not supported in (isolated) miri
481
485
#[ test]
482
486
fn test_map_io_recursive ( ) {
483
487
use crate :: builder:: ModuleBuilder ;
You can’t perform that action at this time.
0 commit comments