From e3f5e8ca9a75f193ec505140daebc7ea4c4170fd Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 17 May 2017 20:38:30 +0200 Subject: [PATCH] Disable local storage test for now It also seems to run unstable on Windows (AppVeyor), so we probably need to wait for qutewm to run it. --- tests/end2end/features/private.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end/features/private.feature b/tests/end2end/features/private.feature index cc70156a0..f2d23abbf 100644 --- a/tests/end2end/features/private.feature +++ b/tests/end2end/features/private.feature @@ -128,7 +128,8 @@ Feature: Using private browsing And I open data/javascript/consolelog.html in a private window Then the javascript message "console.log works!" should not be logged - @qtwebkit_skip: Only applies to QtWebEngine @no_xvfb + # Probably needs qutewm to work properly... + @qtwebkit_skip: Only applies to QtWebEngine @xfail_norun Scenario: Make sure local storage is isolated with private browsing When I open data/hello.txt in a private window And I run :jseval localStorage.qute_private_test = 42