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 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
arch.interrupt.x86:
|
arch.interrupt.x86:
|
||||||
arch_whitelist: x86
|
arch_whitelist: x86
|
||||||
platform_exclude: qemu_x86_64
|
filter: not CONFIG_X86_64
|
||||||
tags: ignore_faults interrupt idt
|
tags: ignore_faults interrupt idt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue