From 9578a3f72fd67011263eac9d306750a2dbef01d1 Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Mon, 28 Mar 2022 15:44:27 +0200 Subject: [PATCH] QFileSystemWatcher: Blacklist failing tests on macOS arm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ø --- tests/auto/corelib/io/qfilesystemwatcher/BLACKLIST | 6 ++++++ 1 file changed, 6 insertions(+) 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