Skip to content

Commit 299373f

Browse files
committed
Make CI: Temporarily disable tests with OTP-27
There are two known OTP-27 bugs making tests fail. Until they are fixed (OTP-27.1.2 most likely) we disable OTP-27 for tests.
1 parent 320d8ae commit 299373f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
erlang_version:
5959
- '26'
60-
- '27'
60+
# - '27'
6161
elixir_version:
6262
- '1.17'
6363
metadata_store:

0 commit comments

Comments
 (0)