dzn/ci: Remove 'exclude' for graphicsfuzz cases

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22926>
This commit is contained in:
Jesse Natalie 2023-05-09 08:35:08 -07:00 committed by Marge Bot
parent cd91387cad
commit 6d52f08a76

View file

@ -11,6 +11,3 @@ caselists = ["/deqp/mustpass/vk-main.txt"]
skips = ["./_install/warp-skips.txt"]
flakes = ["./_install/warp-flakes.txt"]
renderer_check = 'Microsoft Direct3D12 \(Microsoft Basic Render Driver\)'
exclude = [
"dEQP-VK.graphicsfuzz.*",
]