mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
tests: Deactivate that one bind test that still keeps failing
This test has never failed for me in earnest, it's only when CI is too slow that I've ever seen it fail. So it's a net-negative and should be removed
This commit is contained in:
parent
275534b1b3
commit
4ac9924088
1 changed files with 9 additions and 8 deletions
|
@ -192,14 +192,15 @@ send("hhtTrN\r")
|
|||
expect_prompt("\r\nTENT\r\n", unmatched="Couldn't find expected output 'TENT'")
|
||||
|
||||
# Test '~' (togglecase-char)
|
||||
send("\033")
|
||||
sleep(0.100)
|
||||
send("cc")
|
||||
sleep(0.50)
|
||||
send("echo some TExT\033")
|
||||
sleep(0.300)
|
||||
send("hh~~bbve~\r")
|
||||
expect_prompt("\r\nSOME TeXT\r\n", unmatched="Couldn't find expected output 'SOME TeXT")
|
||||
# HACK: Deactivated because it keeps failing on CI
|
||||
# send("\033")
|
||||
# sleep(0.100)
|
||||
# send("cc")
|
||||
# sleep(0.50)
|
||||
# send("echo some TExT\033")
|
||||
# sleep(0.300)
|
||||
# send("hh~~bbve~\r")
|
||||
# expect_prompt("\r\nSOME TeXT\r\n", unmatched="Couldn't find expected output 'SOME TeXT")
|
||||
|
||||
# Now test that exactly the expected bind modes are defined
|
||||
sendline("bind --list-modes")
|
||||
|
|
Loading…
Reference in a new issue