Extend the scope of QTBUG-30943
The failure of this test is not architecture specific but rather Windows specific. It is failing on either type of Windows machine at random intervals. Change-Id: Ie3ab1d868053b22ee5b0d965a8cd6b923985b019 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
This commit is contained in:
parent
bc5581f228
commit
88c98f38fe
@ -527,7 +527,7 @@ void tst_QFileSystemWatcher::watchFileAndItsDirectory()
|
||||
timer.start(3000);
|
||||
eventLoop.exec();
|
||||
int fileChangedSpyCount = fileChangedSpy.count();
|
||||
#ifdef Q_OS_WIN64
|
||||
#ifdef Q_OS_WIN
|
||||
if (fileChangedSpyCount != 0)
|
||||
QEXPECT_FAIL("", "See QTBUG-30943", Continue);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user