Skip to content

Commit

Permalink
Temporarily disable 'snapshot' matrix job for CI
Browse files Browse the repository at this point in the history
I don't think it's provinding false positive, this is definitely a
problem to look at.  However, having it prevent other tests from
running is a hazard.

* .github/workflows/test.yml (jobs): Comment out 'snapshot'
emacs_version.
  • Loading branch information
joaotavora committed Mar 6, 2022
1 parent 2548c25 commit d03235f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- 26.3
- 27.1
- 27.2
- snapshot
# - snapshot

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d03235f

Please sign in to comment.