branch: elpa/cider
commit 9a28cbb5eec157608a109ee50d815e4c75eb3842
Author: Oleksandr Yakushev <a...@bytopia.org>
Commit: Oleksandr Yakushev <a...@bytopia.org>

    [test] Temporarily pause testing on Emacs snapshot/master
---
 .circleci/config.yml       | 9 +++++----
 .github/workflows/test.yml | 4 +++-
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index d1e6dc55a8..6c041601df 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -150,10 +150,11 @@ workflows:
           requires:
             - test-lint
             - test-shellcheck
-      - test-ubuntu-emacs-master:
-          requires:
-            - test-lint
-            - test-shellcheck
+      # 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
+      # - test-ubuntu-emacs-master:
+      #     requires:
+      #       - test-lint
+      #       - test-shellcheck
       - test-windows-emacs-latest:
           requires:
             - test-lint
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c8e729f351..4009ac7186 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -23,7 +23,9 @@ jobs:
       matrix:
         # Test all Emacs versions on Ubuntu.
         os: [ubuntu-latest]
-        emacs_version: ['27.2', '28.2', '29.3', '30.1', 'snapshot']
+        # 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
+        # emacs_version: ['27.2', '28.2', '29.3', '30.1', 'snapshot']
+        emacs_version: ['27.2', '28.2', '29.3', '30.1']
         java_version: ['21']
         include:
           # For other OSes, test only the latest stable Emacs version.

Reply via email to