summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Dyomin <artem.dyomin@qt.io>2023-03-08 12:11:02 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-08 21:22:00 +0000
commita28a4651db5f3305e2e163f6f6bf55abc6c5fbf0 (patch)
treea55ac9009b4a554f40f4c48580f640289db4cd99
parent3b2257162a98ed84c59acc5e3d36e845159bda92 (diff)
Disable flaky tst_qcamera test
The previous attempt to fix it failed, the best option now is to turn it of and fix under a separate ticket. Ticket-number: QTBUG-111812 Change-Id: Ia1d86ae758f22143ed589f54312836c66bbf3070 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 0f4e33e347142fe4ae9b497f2aa6428e5217b20d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/unit/multimedia/qcamera/tst_qcamera.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/unit/multimedia/qcamera/tst_qcamera.cpp b/tests/auto/unit/multimedia/qcamera/tst_qcamera.cpp
index eb79f9dfb..e8fbab137 100644
--- a/tests/auto/unit/multimedia/qcamera/tst_qcamera.cpp
+++ b/tests/auto/unit/multimedia/qcamera/tst_qcamera.cpp
@@ -79,6 +79,10 @@ private:
void tst_QCamera::initTestCase()
{
+#ifdef Q_OS_MACOS
+ if (qEnvironmentVariable("QTEST_ENVIRONMENT").toLower() == "ci")
+ QSKIP("Flakiness on macOS CI, to be investigated, QTBUG-111812");
+#endif
}
void tst_QCamera::init()