aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2024-04-02 14:26:38 +0000
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2024-04-08 23:08:01 +0000
commit54e95d3fee5cc436b1574514ae96e4c1f36f797d (patch)
tree1825cc618c78c5a7e5d865170a752f23ee67b2e7 /tests/auto/quick
parent07cfd1b9eb457f04009a53d1b2fec7291e3dc674 (diff)
Revert "Skip Vulkan on Android in nodes autotest"
This reverts commit 1ab77bfd74fceeb766254288f791513ca113622b. Reason for revert: The latest emulator fixed the issue. Task-number: QTBUG-118222 Pick-to: 6.7 Change-Id: I9bdc742a874f728a700a51cfbafa72a111b2a7ac Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Diffstat (limited to 'tests/auto/quick')
-rw-r--r--tests/auto/quick/nodes/tst_nodestest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/quick/nodes/tst_nodestest.cpp b/tests/auto/quick/nodes/tst_nodestest.cpp
index 674139541c..d91654a6f6 100644
--- a/tests/auto/quick/nodes/tst_nodestest.cpp
+++ b/tests/auto/quick/nodes/tst_nodestest.cpp
@@ -25,8 +25,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 <QVulkanInstance>
# define TST_VK
#endif