Merge pull request #15169 from bfredl/freebsdfail

fix(ci): disable broken test on openbsd also on freebsd
This commit is contained in:
Björn Linse 2021-07-24 13:18:38 +02:00 committed by GitHub
commit 46009499af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -34,6 +34,7 @@ jobs:
runner: ubuntu-20.04
os: linux
runs-on: ${{ matrix.runner }}
timeout-minutes: 45
if: github.event.pull_request.draft == false
env:
CC: ${{ matrix.cc }}

View File

@ -14,6 +14,7 @@ local retry = helpers.retry
local NIL = helpers.NIL
local read_file = require('test.helpers').read_file
local write_file = require('test.helpers').write_file
local isCI = helpers.isCI
-- Use these to get access to a coroutine so that I can run async tests and use
-- yield.
@ -262,8 +263,8 @@ describe('LSP', function()
end)
it('should succeed with manual shutdown', function()
if 'openbsd' == helpers.uname() then
pending('hangs the build on openbsd #14028, re-enable with freeze timeout #14204')
if isCI() then
pending('hangs the build on CI #14028, re-enable with freeze timeout #14204')
return
end
local expected_handlers = {