Revert "workflow: run assembler tests in parallel"

This reverts commit ea36e25b09.
This commit is contained in:
Michael Vogt 2024-03-05 16:28:07 +01:00 committed by Ondřej Budai
parent 37d5a23a64
commit 87636878da
2 changed files with 1 additions and 5 deletions

View file

@ -252,8 +252,7 @@ def loop_create_device(ctl, fd, offset=None, sizelimit=None):
lo = ctl.loop_for_fd(fd,
offset=offset,
sizelimit=sizelimit,
autoclear=True,
lock=True)
autoclear=True)
yield lo
finally:
if lo: