From e2eb1d083c9ac5df9e1b62e499b0c3dade4b090b Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Tue, 13 Sep 2022 16:18:33 +0200 Subject: [PATCH] ci/panvk: Skip dEQP-VK.api.object_management.max_concurrent.query_pool This test times out occasionally. Let's disable it for now. Reported-by: David Heidelberg Acked-by: Alyssa Rosenzweig Acked-by: David Heidelberg Part-of: --- src/panfrost/ci/panfrost-g52-skips.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/panfrost/ci/panfrost-g52-skips.txt b/src/panfrost/ci/panfrost-g52-skips.txt index 0061f191bae..c08d5dd87e2 100644 --- a/src/panfrost/ci/panfrost-g52-skips.txt +++ b/src/panfrost/ci/panfrost-g52-skips.txt @@ -21,3 +21,6 @@ dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.36 # InternalError (Variable pointers requested but feature not returned at # vktAmberTestCase.cpp:364) dEQP-VK.spirv_assembly.instruction.compute.vector_shuffle.vector_shuffle + +# Seems to timeout occasionally +dEQP-VK.api.object_management.max_concurrent.query_pool