ci(qemu): remove allowed to fail attribute from qemu tests

This commit is contained in:
Marius Vikhammer
2024-07-26 15:22:18 +08:00
parent ed91305d6a
commit 00a46fedbe
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -302,7 +302,6 @@ test_pytest_qemu:
- "**/build*/*.bin"
reports:
junit: XUNIT_RESULT.xml
allow_failure: true # IDFCI-1752
parallel:
matrix:
- IDF_TARGET: [esp32, esp32c3]