summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qglfunctions/qglfunctions.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/qglfunctions/qglfunctions.pro b/tests/auto/qglfunctions/qglfunctions.pro
index aa81547..b72abe9 100644
--- a/tests/auto/qglfunctions/qglfunctions.pro
+++ b/tests/auto/qglfunctions/qglfunctions.pro
@@ -2,6 +2,9 @@ load(qttest_p4)
requires(contains(QT_CONFIG,opengl))
QT += opengl
-win32:!wince*: DEFINES += QT_NO_EGL
+win32 {
+ CONFIG+=insignificant_test # QTBUG-26390
+ !wince*: DEFINES += QT_NO_EGL
+}
SOURCES += tst_qglfunctions.cpp