Blacklist two tests on macOS that a planned CI change shall break
We have #if-ery on Q_OS_DARWIN controlling an expectation of gettign "GMT+1" and "GMT+2" instead of "CET" and "CEST" in two tests; this turns out to not be a deficiency of macOS so much as of how we configure Coin's VMs. While we fix that, we need to ignore failures in these tests, so that we can pull the #if-ery out and clear the blacklist once the VMs are set up properly. Task-number: QTBUG-70149 Change-Id: If3577200cf980b3329161ab3eea7bd2e9d0124e0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>bb10
parent
dc7e775c9c
commit
bd42e2f0ce
|
|
@ -0,0 +1,2 @@
|
|||
[timeZoneAbbreviation]
|
||||
osx
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[formatTimeZone]
|
||||
osx
|
||||
Loading…
Reference in New Issue