From 323abf2fb2d9ca02607f8b120140a4b6c4fafe77 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Fri, 11 Jun 2021 14:40:06 -0700 Subject: ci/piglit: Skip glx_arb_sync_control@timing.* on all systems. The test involves timestamping to figure out how long a swap actually takes, but if anything ends up rescheduling the process you can end up spuriously failing. I could easily reproduce flakiness by just running a loop accessing the filesystem in parallel with a loop running the test. So, it's certainly not usable on a CI system with other piglit tests running in parallel, and we don't want to run it if it's going to just produce flake noise. Acked-by: Alyssa Rosenzweig Reviewed-by: Christian Gmeiner Part-of: --- .gitlab-ci/piglit/piglit-all-skips.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitlab-ci/piglit') diff --git a/.gitlab-ci/piglit/piglit-all-skips.txt b/.gitlab-ci/piglit/piglit-all-skips.txt index 7c802d9f526..e102ac6cf41 100644 --- a/.gitlab-ci/piglit/piglit-all-skips.txt +++ b/.gitlab-ci/piglit/piglit-all-skips.txt @@ -1,2 +1,6 @@ # WGL is Windows-only wgl@.* + +# These are sensitive to CPU timing, and would need to be run in isolation +# on the system rather than in parallel with other tests. +glx@glx_arb_sync_control@timing.* -- cgit v1.2.3