[PATCH 09/15] test: Mark test_gpt tests as slow
Simon Glass
sjg at chromium.org
Sun Aug 7 01:51:53 CEST 2022
Mark all the tests in this file as slow, since they take a while.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
test/py/tests/test_gpt.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test/py/tests/test_gpt.py b/test/py/tests/test_gpt.py
index f707d9f2534..cb44e1d7896 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."""
--
2.37.1.559.g78731f0fdb-goog
More information about the U-Boot
mailing list