From a4be920e1c6e148a65a13a43950da4576df49e85 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 2 Apr 2024 14:23:04 +0000 Subject: [PATCH] Revert "Skip Vulkan on Android in QRhi autotest" This reverts commit 0d413506a1b019efecff41318a9134d79f2abcd1. Reason for revert: Latest emulator fixed the issue. Task-number: QTBUG-118220 Task-number: QTQAINFRA-5971 Change-Id: I0d4792ef68a3ad840c8c353f55cb96d0be7cd66e Reviewed-by: Ville Voutilainen (cherry picked from commit 471098918db21597c4c570ece5a64ce2f8aa1c30) --- tests/auto/gui/rhi/qrhi/tst_qrhi.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp b/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp index 8271ee6dddf..4aad60a553b 100644 --- a/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp +++ b/tests/auto/gui/rhi/qrhi/tst_qrhi.cpp @@ -19,8 +19,7 @@ # define TST_GL #endif -// Never attempt Vulkan on Android, to prevent the emulator in CI from crashing. -#if QT_CONFIG(vulkan) && !defined(Q_OS_ANDROID) +#if QT_CONFIG(vulkan) # include # include # define TST_VK