summaryrefslogtreecommitdiff
path: root/.gitlab-ci/piglit/piglit-runner.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/piglit/piglit-runner.sh')
-rwxr-xr-x.gitlab-ci/piglit/piglit-runner.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci/piglit/piglit-runner.sh b/.gitlab-ci/piglit/piglit-runner.sh
index bb24376f3f1..db3d30ec28d 100755
--- a/.gitlab-ci/piglit/piglit-runner.sh
+++ b/.gitlab-ci/piglit/piglit-runner.sh
@@ -76,6 +76,10 @@ if [ -e "$INSTALL/$GPU_VERSION-skips.txt" ]; then
PIGLIT_SKIPS="$PIGLIT_SKIPS $INSTALL/$GPU_VERSION-skips.txt"
fi
+if [ "$PIGLIT_PLATFORM" != "gbm" ] ; then
+ PIGLIT_SKIPS="$PIGLIT_SKIPS $INSTALL/x11-skips.txt"
+fi
+
set +e
piglit-runner \