summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qgl/qgl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/opengl/qgl/qgl.pro')
-rw-r--r--tests/auto/opengl/qgl/qgl.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/opengl/qgl/qgl.pro b/tests/auto/opengl/qgl/qgl.pro
index db82d9a256..40da265417 100644
--- a/tests/auto/opengl/qgl/qgl.pro
+++ b/tests/auto/opengl/qgl/qgl.pro
@@ -10,4 +10,5 @@ QT += widgets widgets-private opengl-private gui-private core-private testlib
SOURCES += tst_qgl.cpp
RESOURCES = qgl.qrc
-CONFIG+=insignificant_test
+win32:CONFIG+=insignificant_test # QTBUG-25293
+linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = lucid ]"): CONFIG+=insignificant_test # QTBUG-25293