summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2022-03-28 15:44:27 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2022-04-04 11:31:12 +0000
commit9203a19083784856c44f2a6249364f6a81ae1667 (patch)
tree8d7b273d04c2e0fc021314a5937d7222949d465b
parent3a67ee1340d156374dfefdf932c02693f9f00000 (diff)
QFileSystemWatcher: Blacklist failing tests on macOS arm
The tests started failing for some reason, so blacklist them to unblock the CI. Task-number: QTBUG-102095 Task-number: QTBUG-102096 Change-Id: I3e0667581bb1a9fd08dedcdab08878b1f738ac92 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 9578a3f72fd67011263eac9d306750a2dbef01d1) (cherry picked from commit 9aa8d28ccf4e38da4b5909f15ed3a66a8854a268) Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
-rw-r--r--tests/auto/corelib/io/qfilesystemwatcher/BLACKLIST6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qfilesystemwatcher/BLACKLIST b/tests/auto/corelib/io/qfilesystemwatcher/BLACKLIST
index 90b714758a..3b59c6477a 100644
--- a/tests/auto/corelib/io/qfilesystemwatcher/BLACKLIST
+++ b/tests/auto/corelib/io/qfilesystemwatcher/BLACKLIST
@@ -7,3 +7,9 @@ windows
[watchFileAndItsDirectory:native backend-specialchars]
osx
windows
+# QTBUG-102095
+[watchDirectory]
+macos arm ci
+# QTBUG-102096
+[signalsEmittedAfterFileMoved]
+macos arm ci