From d11f7243451af3cecc1883a88d630e72f0729492 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Wed, 13 Dec 2023 22:54:54 +0000 Subject: [PATCH] debug_overlay.conf: temporarily disable SOF_BOOT_TEST - This test has failed on MTL since it was enabled. Running tests that we systematically ignore the failure of is much worse than not running them because it provides a false impression of quality. - This can cause DSP panics as seen in https://github.com/thesofproject/sof/pull/8621 Signed-off-by: Marc Herbert --- app/debug_overlay.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/debug_overlay.conf b/app/debug_overlay.conf index 86cc10c745fe..60da9d2ecf7f 100644 --- a/app/debug_overlay.conf +++ b/app/debug_overlay.conf @@ -1,8 +1,9 @@ CONFIG_DEBUG=y CONFIG_ASSERT=y -CONFIG_ZTEST=y -CONFIG_SOF_BOOT_TEST=y +# Disabled until DSP panic #8621 is fixed +# CONFIG_ZTEST=y +# CONFIG_SOF_BOOT_TEST=y # Following options can be enabled additionally, # but will incur a higher runtime cost, so are thus