mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
tests/bind: Disable one flakey test
This one annoys the living fudge out of me, and I've never seen it fail in earnest.
This commit is contained in:
parent
f4c8dc72a7
commit
3b74f6e0c6
1 changed files with 11 additions and 10 deletions
|
@ -127,17 +127,18 @@ expect_prompt(
|
|||
unmatched="vi mode forward-jump-till character, default timeout: long delay",
|
||||
)
|
||||
|
||||
# DISABLED BECAUSE IT FAILS ON GITHUB ACTIONS
|
||||
# Test jumping backward til before a character with T
|
||||
send("echo MORE-TEXT-IS-NICE")
|
||||
send("\033")
|
||||
# Delay needed to allow fish to transition to vi "normal" mode.
|
||||
sleep(0.250)
|
||||
send("TSD\r")
|
||||
# vi mode backward-jump-till character, default timeout: long delay
|
||||
expect_prompt(
|
||||
"\r\nMORE-TEXT-IS\r\n",
|
||||
unmatched="vi mode backward-jump-till character, default timeout: long delay",
|
||||
)
|
||||
# send("echo MORE-TEXT-IS-NICE")
|
||||
# send("\033")
|
||||
# # Delay needed to allow fish to transition to vi "normal" mode.
|
||||
# sleep(0.250)
|
||||
# send("TSD\r")
|
||||
# # vi mode backward-jump-till character, default timeout: long delay
|
||||
# expect_prompt(
|
||||
# "\r\nMORE-TEXT-IS\r\n",
|
||||
# unmatched="vi mode backward-jump-till character, default timeout: long delay",
|
||||
# )
|
||||
|
||||
# Test jumping backward with F and repeating
|
||||
send("echo MORE-TEXT-IS-NICE")
|
||||
|
|
Loading…
Reference in a new issue