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:
parent
91fa8a2b63
commit
db22e1a3f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue