From 3fa01ae84d4dbb8c628c389888b4ee15eb597fea Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 28 Aug 2018 09:21:03 +0200 Subject: [PATCH] Handle more flaky tests --- tests/end2end/features/misc.feature | 2 +- tests/end2end/features/open.feature | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index 5f0035b8b..f00a4664c 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -181,7 +181,7 @@ Feature: Various utility commands. # :stop/:reload - @flaky + @skip # Too flaky Scenario: :stop Given I have a fresh instance # We can't use "When I open" because we don't want to wait for load diff --git a/tests/end2end/features/open.feature b/tests/end2end/features/open.feature index ebae3cefb..3aec41786 100644 --- a/tests/end2end/features/open.feature +++ b/tests/end2end/features/open.feature @@ -41,6 +41,7 @@ Feature: Opening pages And I run :open 3 Then data/numbers/3.txt should be loaded + @flaky Scenario: Opening in a new tab Given I open about:blank When I run :tab-only