Commit f3500da1 authored by Szabolcs David's avatar Szabolcs David
Browse files

Skip tst_QWebEngineFrame::setUrlWithFragment API test


Change-Id: I66b6cb593ed6fe7cc2e74737829991631606709f
Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
Showing with 1 addition and 0 deletions
...@@ -1245,6 +1245,7 @@ void tst_QWebEngineFrame::setUrlWithFragment_data() ...@@ -1245,6 +1245,7 @@ void tst_QWebEngineFrame::setUrlWithFragment_data()
// Based on bug report https://bugs.webkit.org/show_bug.cgi?id=32723 // Based on bug report https://bugs.webkit.org/show_bug.cgi?id=32723
void tst_QWebEngineFrame::setUrlWithFragment() void tst_QWebEngineFrame::setUrlWithFragment()
{ {
QSKIP("FIXME: https://trello.com/c/3L7F8VZJ/217-take-care-about-the-in-page-navigations-in-the-tests");
QFETCH(QUrl, previousUrl); QFETCH(QUrl, previousUrl);
QWebEnginePage page; QWebEnginePage page;
......
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