Skip to content

Commit

Permalink
Disable all snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
necto committed Jul 30, 2024
1 parent 3645d99 commit 33f07a2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ jobs:
- 28.2
- 29.4
experimental: [false]
include:
- os: ubuntu-latest
emacs-version: snapshot
experimental: true
- os: macos-latest
emacs-version: snapshot
experimental: true
# TODO: enable once emacs snapshot version is fixed
# For some reason takes too long to run, see
# github.com/emacs-lsp/lsp-sonarlint/pull/25#issuecomment-2226929636
# include:
# - os: ubuntu-latest
# emacs-version: snapshot
# experimental: true
# - os: macos-latest
# emacs-version: snapshot
# experimental: true
# see https://github.com/emacs-eask/cli/issues/224
# - os: windows-latest
# emacs-version: snapshot
Expand Down

0 comments on commit 33f07a2

Please sign in to comment.