Commit a093711
fix(test): disable memory monitor in uvm_restored
In the uvm_restored fixture, we create a throwaway VM to take a snapshot
of. This VM is completely invisible to the test, so cannot be configured
differently. If the memory monitor triggers in this VM, then it has
nothing to do with the test itself, and it is not recoverable. So just
disable the memory monitor for this VM.
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>1 parent cc24c1b commit a093711
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| 654 | + | |
654 | 655 | | |
655 | 656 | | |
656 | 657 | | |
| |||
0 commit comments