From c1d06c8abb93fc6c820434d28abe650b744ab655 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 6 Aug 2018 09:55:49 +0200 Subject: [PATCH] Skip another test --- tests/end2end/features/scroll.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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