rtio: Disable xtensa dc233c
This particular qemu platform seems to run into a strange TLB exception with unclear cause. Disable the test suite on xtensa qemu for the time being. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
parent
3f2790b89c
commit
73cde7242e
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
common:
|
||||
# renode causes timeouts unfortunately
|
||||
platform_exclude: m2gl025_miv m5stack_core2 hifive1
|
||||
# xtensa dc233 (with mmu) has a TLB exception for unclear reasons
|
||||
platform_exclude: m2gl025_miv m5stack_core2 hifive1 qemu_xtensa_dc233c
|
||||
platform_key:
|
||||
- arch
|
||||
- simulation
|
||||
|
|
|
|||
Loading…
Reference in a new issue