radv/ci: skip image.sample_texture.*_compressed_format*

These tests are flaky due to missing barriers, exposed by 211db6d333
("radv: Fix redundant subpass barriers due to erroneous comparison").

Reviewed-by: Martin Roukala <martin.roukala@mupuf.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16762>
This commit is contained in:
Tatsuyuki Ishi 2022-05-30 14:40:37 +09:00 committed by Marge Bot
parent 6eb5a110dd
commit 250b6eb908

View file

@ -46,4 +46,7 @@ dEQP-VK.ray_tracing_pipeline.misc.recursiveTraces_tri_15
# CTS bug (https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3717)
dEQP-VK.fragment_operations.transient_attachment_bit.color_load_store_op_test_local_bit
dEQP-VK.fragment_operations.transient_attachment_bit.stencil_load_store_op_test_local_bit
dEQP-VK.fragment_operations.transient_attachment_bit.stencil_load_store_op_test_local_bit
# CTS bug (Missing barriers, issue pending)
dEQP-VK.image.sample_texture.*_compressed_format*