Skip to content

Commit a8bbaee

Browse files
pabigotjhedberg
authored andcommitted
tests: gpio_basic_api: fix filter to exclude boards without overlay
The test case no longer permits inferring input and output pins based only on the presence of GPIO aliases. Stop allowing presence of GPIO aliases to enable the test. Signed-off-by: Peter Bigot <[email protected]>
1 parent ba3c5de commit a8bbaee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/drivers/gpio/gpio_basic_api/testcase.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ tests:
44
depends_on: gpio
55
harness: console
66
min_flash: 34
7-
filter: dt_compat_enabled("test,gpio_basic_api") or
8-
dt_alias_exists("gpio-0") or dt_alias_exists("gpio-1")
7+
filter: dt_compat_enabled("test,gpio_basic_api")

0 commit comments

Comments
 (0)