Skip to content
Snippets Groups Projects
Commit d401187f authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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's avatarSimon Glass <sjg@chromium.org>
parent c7c113dc
No related branches found
No related tags found
No related merge requests found
......@@ -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."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment