From 41f74492a7482de53bb81400a6b1004ae88fcb8a Mon Sep 17 00:00:00 2001 From: Filip Kokosinski Date: Fri, 30 Aug 2024 09:42:42 +0200 Subject: [PATCH] tests: drivers.gpio.1pin: re-enable hifive1 This commit removes the `hifive1` board from the `platform_exclude` list for the `drivers.gpio.1pin` pin. The root cause for why this platform was disabled was fixed in the recent Renode version upgrade in the CI image. Fixes #69350. Signed-off-by: Filip Kokosinski --- tests/drivers/gpio/gpio_api_1pin/testcase.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/drivers/gpio/gpio_api_1pin/testcase.yaml b/tests/drivers/gpio/gpio_api_1pin/testcase.yaml index 66f36a4a14f..1c5c6f9eb7f 100644 --- a/tests/drivers/gpio/gpio_api_1pin/testcase.yaml +++ b/tests/drivers/gpio/gpio_api_1pin/testcase.yaml @@ -10,5 +10,4 @@ tests: - mps2/an385 - mps2/an521/cpu0 - neorv32 - - hifive1 # see #69350 filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds")