From 310cf26b00e930db00c79ac598ee37dd03e43092 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 8 May 2020 09:54:39 +0200 Subject: 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 --- tests/auto/quick/quick.pro | 6 +++--- 1 file 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 -- cgit v1.2.3