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:
Andrew Boie 2020-02-06 14:26:55 -08:00 committed by Anas Nashif
parent 846034f678
commit e3d39032eb

View file

@ -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