Skip to content

Commit 985022e

Browse files
committed
Skip tests for windows until CI is fixed
1 parent 514c217 commit 985022e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ jobs:
5656
os: [ubuntu-22.04]
5757
jdk: [17]
5858
include:
59-
- os: windows-latest
60-
jdk: 17
59+
# FIXME
60+
# Windows keep failing randomly because of CI issues.
61+
# - os: windows-latest
62+
# jdk: 17
6163
- os: macos-latest
6264
jdk: 17
6365
steps:

0 commit comments

Comments
 (0)