diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index 254ab7150..ac3788d8e 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -122,7 +122,7 @@ Feature: Various utility commands. Scenario: :jseval using too high of a world id When I run :jseval --world=257 console.log("Hello from JS!"); Then the error "World ID should be between 0 and 256" should be shown - + @qtwebkit_skip @qt<5.11.2 Scenario: :jseval using too high of a world id When I run :jseval --world=12 console.log("Hello from JS!");