Skip to content

Commit

Permalink
debug_overlay.conf: temporarily disable SOF_BOOT_TEST
Browse files Browse the repository at this point in the history
- 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
  #8621

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and kv2019i committed Dec 14, 2023
1 parent 5d1f8b4 commit c0a8881
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/debug_overlay.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c0a8881

Please sign in to comment.