aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-05-08 09:54:39 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-05-11 12:48:48 +0200
commit310cf26b00e930db00c79ac598ee37dd03e43092 (patch)
treee88e90daa1b4ff34c41dd03cb1e5cd4be4c136eb
parent662432801141b723792818d4639523e0b240e4ee (diff)
Temporarily disable qquickshadereffect autotest
Blocks CI with RHI (in developer builds). Needs a full port at some point, or it will have to be removed. The CMakeLists.txt is not updated because the test in question is not present there in the first place. (some goes for some other tests) Change-Id: Ib16a7ee1ab307eb9e52865c2d97415a2c0bdf9e5 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
-rw-r--r--tests/auto/quick/quick.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index a2c16f1d72..da119c8b27 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -14,10 +14,10 @@ qtConfig(opengl(es1|es2)?) {
qquickanimatedsprite \
qquickframebufferobject \
qquickopenglinfo \
- qquickspritesequence \
- qquickshadereffect
-
+ qquickspritesequence
qtHaveModule(opengl): QUICKTESTS += qquickrendercontrol
+
+# qquickshadereffect test is disabled for now, re-enable when ported to Qt 6
}
!cross_compile: PRIVATETESTS += examples