aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-08-06 17:51:50 -0600
committerTom Rini <trini@konsulko.com>2022-09-12 18:06:36 -0400
commite2c5113523426362b20650c10a022b6e56e86cf3 (patch)
tree000366c0dbfb0b17a3e3c628eedc538fb98a774e
parentc620ea45a799b2d18fd567105d60860e86434023 (diff)
downloadu-boot-e2c5113523426362b20650c10a022b6e56e86cf3.zip
u-boot-e2c5113523426362b20650c10a022b6e56e86cf3.tar.gz
u-boot-e2c5113523426362b20650c10a022b6e56e86cf3.tar.bz2
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 <sjg@chromium.org>
-rw-r--r--test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py b/test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py
index 9eb00d6..527a556 100644
--- a/test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py
+++ b/test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py
@@ -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.