Skip to content
Snippets Groups Projects
Commit e2c51135 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

test: Make test_sqfs_ls() single-threaded


This test seems to interfere with the other test in this file. Mark it
single-threaded to avoid any problems.

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent c620ea45
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,7 @@ def sqfs_run_all_ls_tests(u_boot_console):
@pytest.mark.buildconfigspec('cmd_squashfs')
@pytest.mark.buildconfigspec('fs_squashfs')
@pytest.mark.requiredtool('mksquashfs')
@pytest.mark.singlethread
def test_sqfs_ls(u_boot_console):
""" Executes the sqfsls test suite.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment