mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
test: Mark test_gpt tests as slow
Mark all the tests in this file as slow, since they take a while. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c7c113dc13
commit
d401187fec
@ -13,6 +13,9 @@ These tests rely on a 4 MB disk image, which is automatically created by
|
|||||||
the test.
|
the test.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Mark all tests here as slow
|
||||||
|
pytestmark = pytest.mark.slow
|
||||||
|
|
||||||
class GptTestDiskImage(object):
|
class GptTestDiskImage(object):
|
||||||
"""Disk Image used by the GPT tests."""
|
"""Disk Image used by the GPT tests."""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user