diff --git a/tests/end2end/features/scroll.feature b/tests/end2end/features/scroll.feature index 2e0414037..56919ce11 100644 --- a/tests/end2end/features/scroll.feature +++ b/tests/end2end/features/scroll.feature @@ -145,7 +145,7 @@ Feature: Scrolling And I wait until the scroll position changed to 0/0 Then the page should not be scrolled - @flaky + @skip # Too flaky Scenario: Scrolling down with a very big count When I run :scroll down with count 99999999999 # Make sure it doesn't hang