]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
test: Disable test_suite
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:26:04 +0000 (14:26 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:41 +0000 (14:34 -0600)
This fails at present, so disable it until it can pass.

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

index a4d7391ce5f082a2810c22748714581612c44926..73c185349b40f1c2b00c48f6f3a6a9d4c9bea1e1 100644 (file)
@@ -128,7 +128,8 @@ def process_ut_info(cons, output):
 @pytest.mark.buildconfigspec('sandbox')
 @pytest.mark.notbuildconfigspec('sandbox_spl')
 @pytest.mark.notbuildconfigspec('sandbox64')
-def test_suite(u_boot_console, u_boot_config):
+# This test is disabled since it fails; remove the leading 'x' to try it
+def xtest_suite(u_boot_console, u_boot_config):
     """Perform various checks on the unit tests, including:
 
        - The number of suites matches that reported by the 'ut info'