Skip to content

Commit

Permalink
json_tests: disable tests for Erlang/OTP 27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledest committed Jun 19, 2024
1 parent cc3b663 commit 64af7bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/json_tests.erl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
-module(json_tests).

-ifdef(OTP_RELEASE).
-if(?OTP_RELEASE < 27).
-compile({parse_transform, otpbp_pt}).

-include_lib("eunit/include/eunit.hrl").
Expand Down Expand Up @@ -424,3 +426,5 @@ multi_stream_decode(Strs) ->
io:fwrite("~p '~ts'~n~p~n", [R1, ContBin, Other]),
error
end.
-endif.
-endif.

0 comments on commit 64af7bb

Please sign in to comment.