[PATCH 06/15] test: Make test_sqfs_ls() single-threaded
Simon Glass
sjg at chromium.org
Sun Aug 7 01:51:50 CEST 2022
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 at chromium.org>
---
test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py | 1 +
1 file changed, 1 insertion(+)
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 9eb00d6888f..527a556ed80 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')
+ at pytest.mark.singlethread
def test_sqfs_ls(u_boot_console):
""" Executes the sqfsls test suite.
--
2.37.1.559.g78731f0fdb-goog
More information about the U-Boot
mailing list