test: remove checks for failed tests on Windows

This commit is contained in:
Gregory Anders 2024-05-31 08:25:40 -05:00
parent 4cff418564
commit 5493fcd52f

View File

@ -400,9 +400,6 @@ describe('startup', function()
read_file('Xtest_startup_ttyout') read_file('Xtest_startup_ttyout')
) )
end) end)
if is_os('win') then
assert_log('stream write failed. RPC canceled; closing channel', testlog)
end
end) end)
it('input from pipe: has("ttyin")==0 has("ttyout")==1', function() it('input from pipe: has("ttyin")==0 has("ttyout")==1', function()
@ -435,9 +432,6 @@ describe('startup', function()
read_file('Xtest_startup_ttyout') read_file('Xtest_startup_ttyout')
) )
end) end)
if is_os('win') then
assert_log('stream write failed. RPC canceled; closing channel', testlog)
end
end) end)
it('input from pipe (implicit) #7679', function() it('input from pipe (implicit) #7679', function()