Hi everyone, I want to propose a workflow for situations, when some tests are failing for a longer time. In such cases, my proposed workflow is: - If a test or a set of tests is failing for two days (nightlies or PR checks), ignore those tests in the codebase, so they are not executed. - File an issue in kie-issues repository, reporting the test failures. - If the issue is not resolved for half a year, delete those tests from the codebase.
What do you think please? This should make sure all failures that don't get fixed immediately after they occur get logged in the issue tracker, so they can be appropriately handled and don't block unrelated PR checks and builds. It will also make sure that tests that are not fixed for a long time (therefore they could be perceived as not important) are not a maintenance burden for the future. Best regards, Tibor