]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Make test_sqfs_ls() single-threaded
authorSimon Glass <sjg@chromium.org>
Sat, 6 Aug 2022 23:51:50 +0000 (17:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Sep 2022 22:06:36 +0000 (18:06 -0400)
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>
test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py

index 9eb00d6888f86dea53f2944bd711e371886b5493..527a556ed8099dc9532c44c3d1e698e56be46ec8 100644 (file)
@@ -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.