test: Make test_bind_unbind_with_uclass() single-threaded
authorSimon Glass <sjg@chromium.org>
Sat, 6 Aug 2022 23:51:48 +0000 (17:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Sep 2022 22:06:36 +0000 (18:06 -0400)
commit78ac0deafd8d39c17d5ffa1cd64cd5f4ccb7193c
treed1035cb92135dab986b02c51a4dea4d83b8fe6fa
parentcc85d905cd28581ccad51f1f4579962ee08989ae
test: Make test_bind_unbind_with_uclass() single-threaded

This test seems to rely on 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_bind.py