summaryrefslogtreecommitdiff
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-09 08:32:10 +0000
commitdde0399df8530b4b8f277fc18224ae75519286da (patch)
treead1fcfb59b06c05dce83ce26ce7da5f936b88a7b
parent7306154c02f32c169b73ff69e6e61d31999f127a (diff)
downloadqtmultimedia-dde0399df8530b4b8f277fc18224ae75519286da.tar.gz
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()