mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03: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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user