Skip to content

Commit 9a28cbb

Browse files
[test] Temporarily pause testing on Emacs snapshot/master
1 parent 2b2492b commit 9a28cbb

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.circleci/config.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,11 @@ workflows:
150150
requires:
151151
- test-lint
152152
- test-shellcheck
153-
- test-ubuntu-emacs-master:
154-
requires:
155-
- test-lint
156-
- test-shellcheck
153+
# TODO: reenable once this issue is fixed https://app.circleci.com/pipelines/github/clojure-emacs/cider/2931/workflows/b7284759-c6d1-44dd-bbfc-e71709e3f62f/jobs/17699
154+
# - test-ubuntu-emacs-master:
155+
# requires:
156+
# - test-lint
157+
# - test-shellcheck
157158
- test-windows-emacs-latest:
158159
requires:
159160
- test-lint

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
matrix:
2424
# Test all Emacs versions on Ubuntu.
2525
os: [ubuntu-latest]
26-
emacs_version: ['27.2', '28.2', '29.3', '30.1', 'snapshot']
26+
# TODO: reenable snapshot once this is fixed https://app.circleci.com/pipelines/github/clojure-emacs/cider/2931/workflows/b7284759-c6d1-44dd-bbfc-e71709e3f62f/jobs/17699
27+
# emacs_version: ['27.2', '28.2', '29.3', '30.1', 'snapshot']
28+
emacs_version: ['27.2', '28.2', '29.3', '30.1']
2729
java_version: ['21']
2830
include:
2931
# For other OSes, test only the latest stable Emacs version.

0 commit comments

Comments
 (0)