From 4017116fa044468234934812986a66cb8e807f60 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 24 Sep 2020 13:15:58 +0200 Subject: [PATCH] ci: add dEQP-VK.info.device_extensions to the list of skipped tests It regularly fails when a new KHR extension is implemented. Signed-off-by: Samuel Pitoiset Part-of: --- .gitlab-ci/deqp-radv-default-skips.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/deqp-radv-default-skips.txt b/.gitlab-ci/deqp-radv-default-skips.txt index 762babd501c..4129192fa68 100644 --- a/.gitlab-ci/deqp-radv-default-skips.txt +++ b/.gitlab-ci/deqp-radv-default-skips.txt @@ -1,3 +1,6 @@ +# Exclude this test which might fail when a new extension is implemented. +dEQP-VK.info.device_extensions + # Exclude WSI related tests. dEQP-VK.image.swapchain_mutable.* dEQP-VK.wsi.*