Skip to content

Commit e3d3903

Browse files
Andrew Boienashif
authored andcommitted
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 <[email protected]>
1 parent 846034f commit e3d3903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tests:
22
arch.interrupt.x86:
33
arch_whitelist: x86
4-
platform_exclude: qemu_x86_64
4+
filter: not CONFIG_X86_64
55
tags: ignore_faults interrupt idt

0 commit comments

Comments
 (0)