mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
test: remove checks for failed tests on Windows
(cherry picked from commit 5493fcd52f
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
728f6c7c83
commit
981548b7f7
@@ -400,9 +400,6 @@ describe('startup', function()
|
||||
read_file('Xtest_startup_ttyout')
|
||||
)
|
||||
end)
|
||||
if is_os('win') then
|
||||
assert_log('stream write failed. RPC canceled; closing channel', testlog)
|
||||
end
|
||||
end)
|
||||
|
||||
it('input from pipe: has("ttyin")==0 has("ttyout")==1', function()
|
||||
@@ -435,9 +432,6 @@ describe('startup', function()
|
||||
read_file('Xtest_startup_ttyout')
|
||||
)
|
||||
end)
|
||||
if is_os('win') then
|
||||
assert_log('stream write failed. RPC canceled; closing channel', testlog)
|
||||
end
|
||||
end)
|
||||
|
||||
it('input from pipe (implicit) #7679', function()
|
||||
|
Reference in New Issue
Block a user