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:
Anas Nashif 2020-05-04 18:09:36 -04:00
commit 5677eb0a35

View file

@ -2,6 +2,5 @@ tests:
drivers.gpio.2pin:
tags: drivers gpio
depends_on: gpio
harness: console
min_flash: 34
filter: dt_compat_enabled("test,gpio_basic_api")