Module: Mesa Branch: main Commit: ba0d39fb69e6896d8679e88a33abb1e4c8e2797e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba0d39fb69e6896d8679e88a33abb1e4c8e2797e
Author: David Heidelberg <[email protected]> Date: Tue Dec 19 17:55:45 2023 +0100 ci: skip EGL functional color_clears tests for Wayland A majority of the tests introduced in CTS 1.3.7.0 are experiencing failures and flakes. Disable these tests until someone with a more deeper understanding of EGL examines them. Acked-by: Rob Clark <[email protected]> Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26760> --- .gitlab-ci/all-skips.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci/all-skips.txt b/.gitlab-ci/all-skips.txt index 1bfc82f07cb..762706dc4d2 100644 --- a/.gitlab-ci/all-skips.txt +++ b/.gitlab-ci/all-skips.txt @@ -36,3 +36,7 @@ spec@!opengl 1.1@windowoverlap # Note that "glx-" tests don't appear in x11-skips.txt because they can be # run even if PIGLIT_PLATFORM=gbm (for example) glx@glx-copy-sub-buffer.* + +# A majority of the tests introduced in CTS 1.3.7.0 are experiencing failures and flakes. +# Disable these tests until someone with a more deeper understanding of EGL examines them. +wayland-dEQP-EGL.functional.color_clears.*
