tests: Fix the platform exclude board name

qemu_xtensa_dc233c didn't pan out like I expected, needed to be
qemu_xtensa/dc233c/mmu to be excluded.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
Tom Burdick 2024-09-12 14:56:46 -05:00 committed by Anas Nashif
parent 91fa8a2b63
commit db22e1a3f0

View file

@ -1,7 +1,7 @@
common: common:
# renode causes timeouts unfortunately # renode causes timeouts unfortunately
# xtensa dc233 (with mmu) has a TLB exception for unclear reasons # xtensa dc233 (with mmu) has a TLB exception for unclear reasons
platform_exclude: m2gl025_miv m5stack_core2 hifive1 qemu_xtensa_dc233c platform_exclude: m2gl025_miv m5stack_core2 hifive1 qemu_xtensa/dc233c/mmu
platform_key: platform_key:
- arch - arch
- simulation - simulation