From b1d14942904824b7dbb6856c0e176728c0e768c1 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 102d0ef0b2..306177b32c 100644 --- a/.gitlab/ci/host-test.yml +++ b/.gitlab/ci/host-test.yml @@ -307,7 +307,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