diff --git a/tests/end2end/features/private.feature b/tests/end2end/features/private.feature index 07b53af38..daef2dda4 100644 --- a/tests/end2end/features/private.feature +++ b/tests/end2end/features/private.feature @@ -153,7 +153,7 @@ Feature: Using private browsing Then the javascript message "console.log works!" should not be logged # Probably needs qutewm to work properly... - @qtwebkit_skip # Only applies to QtWebEngine @xfail_norun + @qtwebkit_skip @xfail_norun # Only applies to QtWebEngine 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