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>
This commit is contained in:
parent
15ed58652e
commit
5677eb0a35
1 changed files with 0 additions and 1 deletions
|
@ -2,6 +2,5 @@ tests:
|
||||||
drivers.gpio.2pin:
|
drivers.gpio.2pin:
|
||||||
tags: drivers gpio
|
tags: drivers gpio
|
||||||
depends_on: gpio
|
depends_on: gpio
|
||||||
harness: console
|
|
||||||
min_flash: 34
|
min_flash: 34
|
||||||
filter: dt_compat_enabled("test,gpio_basic_api")
|
filter: dt_compat_enabled("test,gpio_basic_api")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue