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.
This commit is contained in:
Florian Bruhin 2017-05-17 20:38:30 +02:00
parent 00a7a0cee6
commit e3f5e8ca9a

View File

@ -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