summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Spoerl <axel.spoerl@qt.io>2024-01-09 13:58:35 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-01-09 19:06:16 +0000
commit59110825092e52b609d3bd3e4e19f9f4faae59f4 (patch)
tree3f744e0224fb1e124511ad721c6943867e49284a
parent3476193533fbaa211ebee764613ab67555b9d105 (diff)
Temporarily blacklist tst_QTextToSpeech on openSuSE
COIN VM for current openSuSE targets (Leap 15.5) is provisioned without dummy audio device. That makes all tests flaky and sayMultiple() fail. Temporarily blacklist the test class on openSuSE. Cherrypick this down to 6.5, because all versions are affected. Fixes: QTBUG-120655 Pick-to: 6.6 6.5 Change-Id: I975890fb454a09eab2039b959748e4ef78908150 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 887f04a8ae406799b972f1c73b37b8e687a3e539) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/qtexttospeech/BLACKLIST7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qtexttospeech/BLACKLIST b/tests/auto/qtexttospeech/BLACKLIST
index 716d6db..111f718 100644
--- a/tests/auto/qtexttospeech/BLACKLIST
+++ b/tests/auto/qtexttospeech/BLACKLIST
@@ -1,4 +1,11 @@
+# Current OpenSuSE Leap (15.5) is provisioned without
+# dummy audio device (QTBUG-120655). All tests are bound to flake.
+# RHEL and Ubuntu still covering the autotest.
+# => temporarily blacklist, until VM template is fixed
+opensuse
+
[pauseResume:darwin]
macos-13 ci # QTBUG-108205
[sayingWordWithPause:darwin]
macos-13 ci # QTBUG-108205
+