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)
commite2c5113523426362b20650c10a022b6e56e86cf3
tree000366c0dbfb0b17a3e3c628eedc538fb98a774e
parentc620ea45a799b2d18fd567105d60860e86434023
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>
test/py/tests/test_fs/test_squashfs/test_sqfs_ls.py