summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Bruning <michael.bruning@theqtcompany.com>2016-03-15 19:18:23 +0100
committerMichael BrĂ¼ning <michael.bruning@theqtcompany.com>2016-03-16 11:53:29 +0000
commit43a1c3981c553107be115f77cc46381be39fc1bf (patch)
treed10ecadeda964e6cd213f3c5630ed35888b779a6 /tests
parentc305cc06c74cb95ef2ddfacee0ede1d82e3dbb3c (diff)
Re-skip failing error page disabled test for tst_favicon.
It is causing trouble in the CI and the bug that it was skipped for (QTBUG-48995) does not seem to be fixed yet either. Change-Id: If7f05cc943a357e5cdeffdd46b10da59ac220c1c Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qmltests/data/tst_favicon.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests/data/tst_favicon.qml b/tests/auto/quick/qmltests/data/tst_favicon.qml
index 95059fad1..d12fbab55 100644
--- a/tests/auto/quick/qmltests/data/tst_favicon.qml
+++ b/tests/auto/quick/qmltests/data/tst_favicon.qml
@@ -145,6 +145,7 @@ TestWebEngineView {
}
function test_errorPageEnabled() {
+ skip("Error page does not work properly: QTBUG-48995")
WebEngine.settings.errorPageEnabled = true
compare(iconChangedSpy.count, 0)