summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-03-27 15:49:23 +0100
committerMichal Klocek <michal.klocek@qt.io>2019-03-27 15:00:03 +0000
commit23b0100474ce8a6b7c27a075011547f6428d4c53 (patch)
treee1e03a2d5549f303b74ff0b9fac4e13389af826f /tests/auto/widgets/widgets.pro
parentc68c8cb21b47024bbc6c9d15734677318f56ca3f (diff)
Do not run offscreen test on windows
Offscreen plugin tries to open opengl handle and fails. Disable test for now. Change-Id: I6cecfef4e47a700ff720811f8e8dc4829a814821 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/widgets/widgets.pro')
-rw-r--r--tests/auto/widgets/widgets.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro
index 15b3efd3b..c99640b4b 100644
--- a/tests/auto/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets.pro
@@ -45,3 +45,5 @@ boot2qt: SUBDIRS -= accessibility defaultsurfaceformat devtools \
qwebengineview \
qwebenginescript \
proxypac offscreen
+
+win32: SUBDIRS -= offscreen