diff options
author | Matt Turner <[email protected]> | 2020-01-21 15:23:39 -0800 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-01-22 00:53:48 +0000 |
commit | 17c9ec94f59e9823018e2b219fe154e0d78056ca (patch) | |
tree | 5ef55a0d12eea34ba0f4bdd0757aa0a73a85a217 /.gitlab-ci.yml | |
parent | 68cfc65ccbca748f0dfdc85876b9b5c02e598c11 (diff) |
gitlab-ci: Skip ext_timer_query/time-elapsed
This test's result is unpredictable, so it may occasionally pass when we
expect it to fail, thus causing the CI pipeline to fail.
Reviewed-by: Eric Anholt <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3498>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3498>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1272d537123..cd53f02cbe0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -555,6 +555,7 @@ piglit-quick_gl: -x arb_gpu_shader5 -x egl_ext_device_ -x egl_ext_platform_device + -x ext_timer_query@time-elapsed -x glx-multithread-clearbuffer -x glx-multithread-shader-compile -x max-texture-size |