summaryrefslogtreecommitdiff
path: root/tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp
diff options
context:
space:
mode:
authorArtem Dyomin <artem.dyomin@qt.io>2023-03-06 10:52:22 +0100
committerArtem Dyomin <artem.dyomin@qt.io>2023-03-06 14:37:14 +0100
commit4b1a551ec663166e6b6485d10a47c777cfc88008 (patch)
tree79b4ba339dfdc5608591cd6e27ab141372c90e0f /tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp
parent46394944487b189962c1ceef8a236b328e8e7736 (diff)
downloadqtmultimedia-4b1a551ec663166e6b6485d10a47c777cfc88008.tar.gz
Temporarily disable new tests on macOS CI
These tests crash accidently on macOS CI, not reproduced locally. They will be turn on after figuring out the problem. Task-number: QTBUG-111744 Pick-to: 6.5 6.5.0 Change-Id: I0894afa356a9d34eaa5e6813fb106c656b310b22 Reviewed-by: Lars Knoll <lars@knoll.priv.no>
Diffstat (limited to 'tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp')
-rw-r--r--tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp b/tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp
index b3f32baa7..a91322ee7 100644
--- a/tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp
+++ b/tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp
@@ -1302,7 +1302,7 @@ void tst_QMediaPlayerBackend::playbackRateChanging()
#ifdef Q_OS_MACOS
if (qEnvironmentVariable("QTEST_ENVIRONMENT").toLower() == "ci")
QSKIP("SKIP on macOS CI since multiple fake drawing on macOS CI platform causes UB. To be "
- "investigated.");
+ "investigated: QTBUG-111744");
#endif
TestVideoSink surface(false);
@@ -1642,6 +1642,12 @@ void tst_QMediaPlayerBackend::finiteLoops()
if (localVideoFile3ColorsWithSound.isEmpty())
QSKIP("Video format is not supported");
+#ifdef Q_OS_MACOS
+ if (qEnvironmentVariable("QTEST_ENVIRONMENT").toLower() == "ci")
+ QSKIP("The test accidently gets crashed on macOS CI, not reproduced locally. To be "
+ "investigated: QTBUG-111744");
+#endif
+
TestVideoSink surface(false);
QMediaPlayer player;
@@ -1699,6 +1705,12 @@ void tst_QMediaPlayerBackend::infiteLoops()
if (localVideoFile2.isEmpty())
QSKIP("Video format is not supported");
+#ifdef Q_OS_MACOS
+ if (qEnvironmentVariable("QTEST_ENVIRONMENT").toLower() == "ci")
+ QSKIP("The test accidently gets crashed on macOS CI, not reproduced locally. To be "
+ "investigated: QTBUG-111744");
+#endif
+
TestVideoSink surface(false);
QMediaPlayer player;