mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 03:18:07 +00:00
Release 5.1.0 (#1681)
* Release 5.1.0 * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <joe@lemma.co> * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <joe@lemma.co> * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <joe@lemma.co> * Prevent deletion of the repro VM on failure for debugging. Co-authored-by: Joe Ranweiler <joe@lemma.co>
This commit is contained in:
@ -679,8 +679,8 @@ class TestOnefuzz:
|
||||
repro.error,
|
||||
)
|
||||
self.success = False
|
||||
self.of.repro.delete(repro.vm_id)
|
||||
del repros[job.job_id]
|
||||
# self.of.repro.delete(repro.vm_id)
|
||||
# del repros[job.job_id]
|
||||
elif repro.state == VmState.running:
|
||||
try:
|
||||
result = self.of.repro.connect(
|
||||
|
Reference in New Issue
Block a user