From 0f1c9494899e94d86785b12c8c60743d2e829a58 Mon Sep 17 00:00:00 2001 From: Ville Voutilainen Date: Mon, 19 Dec 2022 21:08:50 +0200 Subject: Skip tst_raycasting on QNX Task-number: QTBUG-107694 Change-Id: I4028dc107427c955342903239d4d80674e7109e4 Pick-to: 6.5 6.4 Reviewed-by: Mike Krus --- tests/auto/render/raycasting/tst_raycasting.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests') diff --git a/tests/auto/render/raycasting/tst_raycasting.cpp b/tests/auto/render/raycasting/tst_raycasting.cpp index 88a5ca030..359404817 100644 --- a/tests/auto/render/raycasting/tst_raycasting.cpp +++ b/tests/auto/render/raycasting/tst_raycasting.cpp @@ -24,6 +24,7 @@ public: ~tst_RayCasting() {} private Q_SLOTS: + void initTestCase(); void shouldReturnValidHandle(); void shouldReturnResultForEachHandle(); void shouldReturnAllResults(); @@ -41,6 +42,13 @@ private: QList boundingVolumes; }; +void tst_RayCasting::initTestCase() +{ +#if defined Q_OS_QNX + QSKIP("This test times out on QNX (QTBUG-107694)"); +#endif +} + void tst_RayCasting::shouldIntersect_data() { QTest::addColumn("ray"); -- cgit v1.2.3