From 4768ccaf706d30f2adaff636612c024ef2549a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Arg=C3=BCelles?= Date: Fri, 23 Feb 2024 09:53:44 +0700 Subject: [PATCH] tests: drivers: gpio: gpio_api_1pin: exclude hifive1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test seems to be failing consistently on `hifive1` board. See #69350 Signed-off-by: Manuel Argüelles --- tests/drivers/gpio/gpio_api_1pin/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/drivers/gpio/gpio_api_1pin/testcase.yaml b/tests/drivers/gpio/gpio_api_1pin/testcase.yaml index 1c5c6f9eb7f..66f36a4a14f 100644 --- a/tests/drivers/gpio/gpio_api_1pin/testcase.yaml +++ b/tests/drivers/gpio/gpio_api_1pin/testcase.yaml @@ -10,4 +10,5 @@ tests: - mps2/an385 - mps2/an521/cpu0 - neorv32 + - hifive1 # see #69350 filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds")