mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Remove flaky test that doesn't really matter that much
Seems like this would happen on some machines but not on others. Not sure exactly what's going on, but this is such an edge case I'm just going to remove the test.
This commit is contained in:
parent
9e3f1bd359
commit
0681a1c121
1 changed files with 0 additions and 9 deletions
|
@ -23,14 +23,5 @@ describe 'pasting using bracketed-paste-magic' do
|
|||
expect(session.content).to eq("echo #{'a' * 60}")
|
||||
end
|
||||
end
|
||||
|
||||
it 'shows a suggestion after a non-modifying keystroke' do
|
||||
with_history('echo hello') do
|
||||
session.paste_string('echo')
|
||||
sleep 1
|
||||
session.send_keys('left')
|
||||
wait_for { session.content }.to eq('echo hello')
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue