summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3e1f91cca4..805ccf1ec42 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1474,10 +1474,12 @@ arm64_a630_vk_sysmem:
# vs-output-array-vec2-index-wr-before-gs is skipped because it causes
# a flood of GPU hangs and makes the rest of the job flakey
#
- # vs-clip-vertex-enables skipped because it seems to be flaky in parallel with
- # other tests (reliably fails on its own)
+ # vs-clip-distance/vertex-enables skipped because they seem to be flaky in
+ # parallel with other tests (reliably fails on its own)
PIGLIT_OPTIONS: >-
-x vs-output-array-vec2-index-wr-before-gs
+ -x fixed-clip-enables
+ -x vs-clip-distance-enables
-x vs-clip-vertex-enables
-x arb_blend_func_extended-fbo-extended-blend-pattern_gles2
-x clear-accum