Skip to content

Commit

Permalink
Blacklist two tests on macOS that a planned CI change shall break
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ediosyncratic authored and Tony Sarajärvi committed Aug 24, 2018
1 parent dc7e775 commit bd42e2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/auto/corelib/tools/qdatetime/BLACKLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[timeZoneAbbreviation]
osx
2 changes: 2 additions & 0 deletions tests/auto/corelib/tools/qlocale/BLACKLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[formatTimeZone]
osx

0 comments on commit bd42e2f

Please sign in to comment.