branch: scratch/editorconfig-cc
commit fc1ac4cd5fd347001f79515a89757434cadc09da
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Temporarily remove test with windows-latest, emacs snapshot (#313)
---
 .github/workflows/build.yaml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index d0377d6eca..54daa7ac7c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -35,9 +35,11 @@ jobs:
           - os: macos-latest
             emacs_version: snapshot
             experimental: true
-          - os: windows-latest
-            emacs_version: snapshot
-            experimental: true
+          # 2023/8/2 Recently this test always fails
+          # so remove this until it works
+          # - os: windows-latest
+          #   emacs_version: snapshot
+          #   experimental: true
     continue-on-error: ${{ matrix.experimental }}
 
     steps:

Reply via email to