Skip to content

panfrost/ci: drop invalid skips that are already marked as known flakes

Eric Engestrom requested to merge eric/mesa:ci-panfrost-bad-skip into main

Skips are regexes, which means the * would've needed to be escaped. As is, they can't match any existing test.

Since these lines are also all in -fails.txt as Crashes, let's just remove them from the skips.

Merge request reports