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