Skip to content

Commit c6eb2d2

Browse files
committed
Disable CI on Windows, apparently there are problems with either GitHub setup on used Emacs binary, in any case, not related to us.
1 parent 3887417 commit c6eb2d2

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/test.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,22 @@ jobs:
2020
'28.1', '28.2',
2121
'29.1', '29.2', '29.3',
2222
'snapshot']
23-
include:
23+
# include:
2424
# Disabled for now: takes forever on default GitHub runners.
2525
# Either they use particularly slow machines or (I suspect
2626
# more likely) Emacs has some problems communicating with
2727
# processes on that OS, resulting in delays.
2828
# - os: macos-latest
2929
# emacs_version: '29.3'
30-
- os: windows-latest
31-
emacs_version: '29.3'
30+
31+
# Disabled for now: it looks like on fails on GitHub for
32+
# unrelated reasons due to mishandling of Hebrew or Chinese
33+
# characters. The fault appears to be unrelated to
34+
# `datetime'. I even reran a previously passing test
35+
# (i.e. with zero changes, only whatever GitHub has changed
36+
# in their setup in the meantime) and it failed too.
37+
# - os: windows-latest
38+
# emacs_version: '29.3'
3239

3340
steps:
3441
- name: Set up Emacs

0 commit comments

Comments
 (0)