zephyr/tests/drivers/gpio/gpio_basic_api/testcase.yaml
Anas Nashif 5677eb0a35 tests: gpio: remove unused harness
harness being set without actual use of harness (via harness_config)
makes the test behave differently.

Fixes #24661

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-05-05 06:16:50 -04:00

7 lines
143 B
YAML

tests:
drivers.gpio.2pin:
tags: drivers gpio
depends_on: gpio
min_flash: 34
filter: dt_compat_enabled("test,gpio_basic_api")