test/py: Allow tests to be marked single-threaded only
Add a new 'singlethread' marker to allow tests to be skipped when running in parallel. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -11,3 +11,4 @@ markers =
|
||||
notbuildconfigspec: U-Boot: Describes required disabled Kconfig options.
|
||||
requiredtool: U-Boot: Required host tools for a test.
|
||||
slow: U-Boot: Specific test will run slowly.
|
||||
singlethread: Cannot run in parallel
|
||||
|
||||
Reference in New Issue
Block a user