summaryrefslogtreecommitdiff
path: root/test/py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-08-07 02:51:53 +0300
committerTom Rini <trini@konsulko.com>2022-09-13 01:06:36 +0300
commitd401187fecc16d68e816832d0cace53e872c6afe (patch)
tree70ab880a5b6a5330e0e839e25ef3a70c22929ae1 /test/py
parentc7c113dc133b0833cde1366820ecfcc3c3869fad (diff)
downloadu-boot-d401187fecc16d68e816832d0cace53e872c6afe.tar.xz
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>
Diffstat (limited to 'test/py')
-rw-r--r--test/py/tests/test_gpt.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/py/tests/test_gpt.py b/test/py/tests/test_gpt.py
index f707d9f253..cb44e1d789 100644
--- a/test/py/tests/test_gpt.py
+++ b/test/py/tests/test_gpt.py
@@ -13,6 +13,9 @@ These tests rely on a 4 MB disk image, which is automatically created by
the test.
"""
+# Mark all tests here as slow
+pytestmark = pytest.mark.slow
+
class GptTestDiskImage(object):
"""Disk Image used by the GPT tests."""