diff options
Diffstat (limited to 'test/py')
| -rw-r--r-- | test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py b/test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py index 75a6e7c9629..1bb59d8fcf8 100644 --- a/test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py +++ b/test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py @@ -7,6 +7,7 @@ import pytest  @pytest.mark.boardspec('sandbox')  @pytest.mark.buildconfigspec('cmd_efidebug')  @pytest.mark.buildconfigspec('cmd_bootefi_bootmgr') +@pytest.mark.singlethread  def test_efi_bootmgr(u_boot_console, efi_bootmgr_data):      """ Unit test for UEFI bootmanager      The efidebug command is used to set up UEFI load options. | 
