Skip to content

Commit e8cb304

Browse files
Disable neovim lua tests
1 parent df19c76 commit e8cb304

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@ jobs:
100100
env:
101101
NEOVIM_PATH: ${{ steps.vim.outputs.executable }}
102102

103-
- name: Run neovim lua tests (Linux)
104-
uses: ./.github/actions/test-neovim-lua/
105-
if: runner.os == 'Linux' && matrix.app_version == 'stable'
103+
# FIXME: Re-enable neovim lua tests
104+
# https://github.com/cursorless-dev/cursorless/issues/2946
105+
# - name: Run neovim lua tests (Linux)
106+
# uses: ./.github/actions/test-neovim-lua/
107+
# if: runner.os == 'Linux' && matrix.app_version == 'stable'
106108

107109
- name: Run neovim lua lint (Linux)
108110
uses: ./.github/actions/lint-lua-ls/

0 commit comments

Comments
 (0)