Skip to content

Commit

Permalink
tests: gpio_api_1pin: Exclude mps2_an385/mps2_an521
Browse files Browse the repository at this point in the history
Exclude the mps2_an385/mps2_an521 as we try to run on qemu and that
doesnt support the GPIO/LED so the tests will fail.  For now exclude
the platform completely until we can just do a sim run exclusion.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Oct 25, 2019
1 parent 2222ac6 commit f515f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/drivers/gpio/gpio_api_1pin/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ tests:
tags: drivers gpio
depends_on: gpio
min_flash: 48
# Fix exclude when we can exclude just sim run
platform_exclude: mps2_an385 mps2_an521
filter: DT_ALIAS_LED0_GPIOS_CONTROLLER

0 comments on commit f515f53

Please sign in to comment.