Skip to content

Commit

Permalink
tests: arch: arm: arm_irq_vector_table: exclude arduino_uno_r4_minima
Browse files Browse the repository at this point in the history
Renesas RA always uses interrupt handlers dynamically.
But this test requires static vector tables.
So, it needs to exclude platforms that use Renesas RA.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
  • Loading branch information
soburi committed Oct 31, 2023
1 parent cafdee4 commit 722751a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/arch/arm/arm_irq_vector_table/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ tests:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
platform_exclude:
- mr_canhubk3
- arduino_uno_r4_minima

0 comments on commit 722751a

Please sign in to comment.