summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2022-03-28 15:44:27 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-03-29 00:39:20 +0000
commit9578a3f72fd67011263eac9d306750a2dbef01d1 (patch)
tree18f0402c2e6cf9d7d86aa9df16897e6a390b282c /tests/auto/corelib/io
parent8924cc13beac2110d9c1882e33cbfe64540272b7 (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>
Diffstat (limited to 'tests/auto/corelib/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