Mark two more tests as flaky

This commit is contained in:
Florian Bruhin 2019-02-25 13:10:58 +01:00
parent edcefc0632
commit 7a3c0d328f

View File

@ -1357,6 +1357,7 @@ Feature: Tab management
And I run :fake-key -g new And I run :fake-key -g new
Then the javascript message "contents: existingnew" should be logged Then the javascript message "contents: existingnew" should be logged
@flaky
Scenario: Focused prompt after opening link in bg Scenario: Focused prompt after opening link in bg
When I open data/hints/link_input.html When I open data/hints/link_input.html
When I run :set-cmd-text -s :message-info When I run :set-cmd-text -s :message-info
@ -1365,6 +1366,7 @@ Feature: Tab management
And I run :command-accept And I run :command-accept
Then the message "hello-world" should be shown Then the message "hello-world" should be shown
@flaky
Scenario: Focused prompt after opening link in fg Scenario: Focused prompt after opening link in fg
When I open data/hints/link_input.html When I open data/hints/link_input.html
When I run :set-cmd-text -s :message-info When I run :set-cmd-text -s :message-info