From 3fbff749c6e1a396fd4e03f6287f5180ff09c1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Cotty?= Date: Tue, 19 Jan 2021 22:32:16 +0100 Subject: Android: Simplify blackbox test Remove some of the blackbox tests that were redundant in order to avoid timeout cancellation on github. Change-Id: Icc01cd1509c499877e06ccb62afde1b8837faa7d Reviewed-by: Ivan Komissarov --- scripts/test-qt-for-android.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/test-qt-for-android.sh b/scripts/test-qt-for-android.sh index 793ba248d..4d476624b 100755 --- a/scripts/test-qt-for-android.sh +++ b/scripts/test-qt-for-android.sh @@ -67,11 +67,6 @@ if [ ! "${QT_VERSION}" \< "5.14.0" ] && [ "${QT_VERSION}" \< "6.0.0" ]; then echo "Using multi-arch data sets for qml tests (only for qt version >= 5.14 and < 6.0.0) with all architectures" qbs config --list tst_blackbox-android - - echo "Using multi-arch data sets for qml tests (only for qt version >= 5.14) with only armv7a and x86_64" - qbs config profiles.qbs_autotests-android-qt.qbs.architectures '["armv7a","x86_64"]' - qbs config --list - tst_blackbox-android fi; echo "Using single-arch (armv7a) data sets for qml tests" -- cgit v1.2.3