Ignore DIR_APP_DICTIONARIES message in release smoke test too
We've already ignored this in the tests, it started showing up in the nightly builds a few days ago, only on macos for some reason.
This commit is contained in:
parent
fc0126005d
commit
4e38b3e8df
|
|
@ -171,6 +171,9 @@ def smoke_test(executable: pathlib.Path, debug: bool, qt5: bool) -> None:
|
|||
r'[0-9:]* WARNING: Qt WebEngine resources not found at .*',
|
||||
(r'[0-9:]* WARNING: Installed Qt WebEngine locales directory not found at '
|
||||
r'location /qtwebengine_locales\. Trying application directory\.\.\.'),
|
||||
# Qt 6.7, only seen on macos for some reason
|
||||
(r'.*Path override failed for key base::DIR_APP_DICTIONARIES '
|
||||
r"and path '.*/qtwebengine_dictionaries'"),
|
||||
])
|
||||
elif IS_WINDOWS:
|
||||
stderr_whitelist.extend([
|
||||
|
|
|
|||
Loading…
Reference in New Issue