Issue #444 has been updated by Martin Roth.
These tests are disabled and will be deleted unless fixed.
---------------------------------------- Bug #444: Flaky gitconfig tests are breaking builds https://ticket.coreboot.org/issues/444#change-1700
* Author: Martin Roth * Status: New * Priority: Normal * Category: build system * Target version: none * Start date: 2022-12-20 ---------------------------------------- The gitconfig tests are failing when they can't delete a directory they created in /tmp, and this is causing builds to fail randomly.
Because it's not a part of the test itself, but part of the cleanup, the failure doesn't get captured, and jenkins appears to be failing for no good reason.
Someone should figure out what's causing the rm -rf to fail and fix it so that the builders stop failing.