commit | dddd077a64fa202e73e6cdf3760b7cd7e3eae552 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 06 17:51:53 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 12 18:06:36 2022 -0400 |
tree | 70ab880a5b6a5330e0e839e25ef3a70c22929ae1 | |
parent | 3539c17f215868c118d2c5c3cf271040f4ef3a33 [diff] |
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>
diff --git a/test/py/tests/test_gpt.py b/test/py/tests/test_gpt.py index f707d9f..cb44e1d 100644 --- a/test/py/tests/test_gpt.py +++ b/test/py/tests/test_gpt.py
@@ -13,6 +13,9 @@ the test. """ +# Mark all tests here as slow +pytestmark = pytest.mark.slow + class GptTestDiskImage(object): """Disk Image used by the GPT tests."""