Skip to content

Commit

Permalink
Disable broken test
Browse files Browse the repository at this point in the history
Change-Id: I3588153c37ef3d2ced43dba308502dd06428e0a6
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
  • Loading branch information
Gunnar Sletta authored and Qt by Nokia committed Feb 8, 2012
1 parent 1826294 commit 8799d4f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -3237,6 +3237,8 @@ void tst_qdeclarativeecmascript::importScripts_data()

void tst_qdeclarativeecmascript::importScripts()
{
QSKIP("These warnings come out as INFO, not Warning - https://bugreports.qt-project.org/browse/QTBUG-24156");

QFETCH(QUrl, testfile);
QFETCH(QString, errorMessage);
QFETCH(QStringList, warningMessages);
Expand Down

0 comments on commit 8799d4f

Please sign in to comment.