diff --git a/pytest.ini b/pytest.ini index 905bca52c..a2d2779d9 100644 --- a/pytest.ini +++ b/pytest.ini @@ -53,4 +53,5 @@ qt_log_ignore = ^QPainter::end: Painter ended with \d+ saved states ^QSslSocket: cannot resolve SSLv[23]_(client|server)_method ^QQuickWidget::invalidateRenderControl could not make context current + ^libpng warning: iCCP: known incorrect sRGB profile xfail_strict = true diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature index 5959014df..95b775303 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -605,7 +605,7 @@ Feature: Downloading things from a website. And I run :download foo! Then the error "Invalid URL" should be shown - @qtwebengine_todo: pdfjs is not implemented yet @qtwebkit_ng_xfail: https://github.com/annulen/webkit/issues/428 + @qtwebengine_todo: pdfjs is not implemented yet Scenario: Downloading via pdfjs Given pdfjs is available When I set storage -> prompt-download-directory to false diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index 2e96896f5..7dfa50c4c 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -363,7 +363,7 @@ Feature: Various utility commands. And I open data/misc/test.pdf Then "Download test.pdf finished" should be logged - @qtwebengine_skip: pdfjs is not implemented yet @qtwebkit_ng_xfail: https://github.com/annulen/webkit/issues/428 + @qtwebengine_skip: pdfjs is not implemented yet Scenario: Downloading a pdf via pdf.js button (issue 1214) Given pdfjs is available # WORKAROUND to prevent the "Painter ended with 2 saved states" warning