diff options
Diffstat (limited to 'tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp')
-rw-r--r-- | tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp b/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp index 357fc5f..3029501 100644 --- a/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp +++ b/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp @@ -327,6 +327,9 @@ void tst_qmllanguage::errors() QFETCH(QString, errorFile); QFETCH(bool, create); + if (file == "invalidID.6.qml") + QSKIP("Test disabled until we strictly disallow ids from beginning with uppercase letters", SkipSingle); + QmlComponent component(&engine, TEST_FILE(file)); if(create) { |