Skip to content

Commit 75bc3e2

Browse files
committed
Temporarily skip diagnostic tests on GitHub Actions.
They work locally, but not on GitHub Actions for some reason.
1 parent 6dc324b commit 75bc3e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

init_test.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ test('clicking on a diagnostic and selecting a code action (if any) should run i
369369
test.wait(function() return buffer:get_text() == orig_text end)
370370
end)
371371
if not have_clangd then skip('clangd is not available') end
372+
if have_clangd and LINUX and os.getenv('CI') then skip('clangd diagnostics on CI do not work') end
372373

373374
test('lua lsp should work for untitled buffers', function()
374375
buffer:set_lexer('lua')

0 commit comments

Comments
 (0)