From b3f52511e00761445285b35dc34b50b9c1419871 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 2 Apr 2025 11:20:15 +0800 Subject: [PATCH] ci(linux): re-enable failures for test_pytest_linux jobs --- .gitlab/ci/host-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab/ci/host-test.yml b/.gitlab/ci/host-test.yml index 874d639c72..dbbefdc075 100644 --- a/.gitlab/ci/host-test.yml +++ b/.gitlab/ci/host-test.yml @@ -316,7 +316,6 @@ test_pytest_qemu: --qemu-extra-args \"-global driver=timer.$IDF_TARGET.timg,property=wdt_disable,value=true\" test_pytest_linux: - allow_failure: true # IDFCI-2784 [v5.5, v5.4] test_pytest_linux fails on ubuntu 24.04 extends: - .host_test_template - .before_script:build