]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Mark test_gpt tests as slow
authorSimon Glass <sjg@chromium.org>
Sat, 6 Aug 2022 23:51:53 +0000 (17:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Sep 2022 22:06:36 +0000 (18:06 -0400)
Mark all the tests in this file as slow, since they take a while.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_gpt.py

index f707d9f25348f20c94ef9ce642cdcd79e6b66909..cb44e1d7896fb60f5a34441e0a2f238e88f03ab5 100644 (file)
@@ -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."""