File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
vmm_tests/vmm_tests/tests/tests/multiarch Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ async fn memory_validation_release_small<T: PetriVmmBackend>(
461461 WaitPeriodSec :: ShortWait ,
462462 driver,
463463 "release" ,
464- true ,
464+ false ,
465465 )
466466 . await
467467}
@@ -487,7 +487,7 @@ async fn memory_validation_debug_small<T: PetriVmmBackend>(
487487 WaitPeriodSec :: ShortWait ,
488488 driver,
489489 "debug" ,
490- true ,
490+ false ,
491491 )
492492 . await
493493}
@@ -509,7 +509,7 @@ async fn memory_validation_release_very_heavy<T: PetriVmmBackend>(
509509 WaitPeriodSec :: LongWait ,
510510 driver,
511511 "release" ,
512- true ,
512+ false ,
513513 )
514514 . await
515515}
@@ -535,7 +535,7 @@ async fn memory_validation_debug_very_heavy<T: PetriVmmBackend>(
535535 WaitPeriodSec :: LongWait ,
536536 driver,
537537 "debug" ,
538- true ,
538+ false ,
539539 )
540540 . await
541541}
You can’t perform that action at this time.
0 commit comments