]> git.baikalelectronics.ru Git - uboot.git/commit
test: Make test_efi_bootmgr() single-threaded
authorSimon Glass <sjg@chromium.org>
Sat, 6 Aug 2022 23:51:51 +0000 (17:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Sep 2022 22:06:36 +0000 (18:06 -0400)
commit29f78d4d0871e70990cd0f682b7b93b6cd899ae9
tree107247360b18752a56c18848ab0ecc3164bb33f7
parent0e3c3af9d0617048bc30705b8e693fe2b86b757e
test: Make test_efi_bootmgr() single-threaded

This test seems to fail when run in parallel. Mark it single-threaded to
avoid any problems.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py