From 52a6089289704cc7c7faf57ddf4c651a6338ef43 Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Wed, 6 Apr 2022 14:59:13 +0200 Subject: Skip tst_qquickrectangle::color() for now on Android tst_qquickrectangle::color() does not work on Android currently due to a bug. Task-number: QTBUG-102345 Change-Id: I5d269fdc87c2677909c7a5d78ac97ed284c1e07b Reviewed-by: Fabian Kosmale (cherry picked from commit c8dd3c219fbe286a30d0e13cebac00189eac5849) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/quick/qquickrectangle/tst_qquickrectangle.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/auto/quick/qquickrectangle/tst_qquickrectangle.cpp b/tests/auto/quick/qquickrectangle/tst_qquickrectangle.cpp index 54935e5fda..cb2f26e49f 100644 --- a/tests/auto/quick/qquickrectangle/tst_qquickrectangle.cpp +++ b/tests/auto/quick/qquickrectangle/tst_qquickrectangle.cpp @@ -63,6 +63,10 @@ tst_qquickrectangle::tst_qquickrectangle() void tst_qquickrectangle::color() { +#ifdef Q_OS_ANDROID + QSKIP("Test does not work on Android because of QTBUG-102345"); +#endif + if (QGuiApplication::primaryScreen()->depth() < 24) QSKIP("This test does not work at display depths < 24"); -- cgit v1.2.3