Commit da20d0d1 authored by Sergio Ahumada's avatar Sergio Ahumada Committed by The Qt Project
Browse files

test: Remove QSKIP from tst_xmlpatterns


Tests are passing nowaways on OS X.

Task-number: QTBUG-22556
Change-Id: I1c2c864c6a9d9c9195012291745750b0193f4d00
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
No related merge requests found
Showing with 0 additions and 2 deletions
...@@ -131,8 +131,6 @@ void tst_XmlPatterns::xquerySupport() ...@@ -131,8 +131,6 @@ void tst_XmlPatterns::xquerySupport()
#ifdef Q_OS_WINCE #ifdef Q_OS_WINCE
QSKIP("WinCE: This test uses unsupported WinCE functionality"); QSKIP("WinCE: This test uses unsupported WinCE functionality");
#elif defined(Q_OS_MAC)
QSKIP("MacOs: Failed on Mac. Will be fixed by bug fix for QTBUG-22556");
#endif #endif
QFETCH(int, expectedExitCode); QFETCH(int, expectedExitCode);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment