From e61e90e5dad98550afa92560f0fa17c6352943c7 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt <stefan.schmidt@huawei.com> Date: Mon, 18 Oct 2021 15:20:25 +0200 Subject: [PATCH] machines-and-flavours.yaml: Remove allowed failure for resolved issue The issue is marked as closed now. We should be able to work without allow_failure here again. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> --- .oniro-ci/machines-and-flavours.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.oniro-ci/machines-and-flavours.yaml b/.oniro-ci/machines-and-flavours.yaml index c2ffc762..24364744 100644 --- a/.oniro-ci/machines-and-flavours.yaml +++ b/.oniro-ci/machines-and-flavours.yaml @@ -111,8 +111,6 @@ zephyr-arduino-nano-33-ble: freertos-armv5: extends: .build-freertos - # FIXME: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/132 - allow_failure: true variables: MACHINE: qemuarmv5 # See the note on linux-qemu-x86. -- GitLab