summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2014-09-23 08:43:24 -0700
committerSzabolcs David <davidsz@inf.u-szeged.hu>2014-09-24 14:49:27 +0200
commitf3500da1ff1c7d383386c0197848262d7bedf90e (patch)
tree41be028cbe9d5c92f6462e99fda7512d52d06eaa /tests
parent03dbb63f236b4248fdbfe158d57badb478e801b3 (diff)
Skip tst_QWebEngineFrame::setUrlWithFragment API test
Change-Id: I66b6cb593ed6fe7cc2e74737829991631606709f Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/widgets/qwebengineframe/tst_qwebengineframe.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/widgets/qwebengineframe/tst_qwebengineframe.cpp b/tests/auto/widgets/qwebengineframe/tst_qwebengineframe.cpp
index 1e979b3c5..812b67fab 100644
--- a/tests/auto/widgets/qwebengineframe/tst_qwebengineframe.cpp
+++ b/tests/auto/widgets/qwebengineframe/tst_qwebengineframe.cpp
@@ -1245,6 +1245,7 @@ void tst_QWebEngineFrame::setUrlWithFragment_data()
// Based on bug report https://bugs.webkit.org/show_bug.cgi?id=32723
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);
QWebEnginePage page;