test: static_idt: skip for 64-bit
Interrupt routing on x86-64 is done entirely at runtime, we should skip all 64-bit targets not just QEMU. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
846034f678
commit
e3d39032eb
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
arch.interrupt.x86:
|
||||
arch_whitelist: x86
|
||||
platform_exclude: qemu_x86_64
|
||||
filter: not CONFIG_X86_64
|
||||
tags: ignore_faults interrupt idt
|
||||
|
|
Loading…
Reference in a new issue