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 <fkokosinski@antmicro.com>
This commit is contained in:
Filip Kokosinski 2024-08-30 09:42:42 +02:00 committed by Anas Nashif
parent 34b6b3d9eb
commit 41f74492a7
1 changed files with 0 additions and 1 deletions

View File

@ -10,5 +10,4 @@ tests:
- mps2/an385
- mps2/an521/cpu0
- neorv32
- hifive1 # see #69350
filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds")