From f847ddf3cb6608e70a0ac9d495b101713345e3d4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 27 Nov 2015 20:29:49 +0100 Subject: [PATCH] bdd: Remove :rl-backward-delete-char test. It's flaky and tested enough via unittests. --- tests/integration/features/misc.feature | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/integration/features/misc.feature b/tests/integration/features/misc.feature index ca35e6d61..8f90e67bb 100644 --- a/tests/integration/features/misc.feature +++ b/tests/integration/features/misc.feature @@ -179,13 +179,3 @@ Feature: Various utility commands. And I run :debug-console And I wait for "Focus object changed: *" in the log Then no crash should happen - - # :rl-backward-delete-char - # we don't test the other :rl-* stuff as there are good unittests. - - Scenario: :rl-backward-delete-char - When I run :set-cmd-text :message-info testx - And I wait for "Setting command text, focusing *" in the log - And I run :rl-backward-delete-char - And I run :command-accept - Then the message "test" should be shown.