Skip to content

Commit

Permalink
Skip dhfile tests on broken OTP-26 releases
Browse files Browse the repository at this point in the history
The fix for dhfile was relased in OTP 26.2.3.
  • Loading branch information
avtobiff authored and vinoski committed Mar 11, 2024
1 parent b0eae14 commit baa3657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dhfile_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ groups() ->
].

%% Skip dhfile tests on broken OTP-26 releases.
%% The fix will be released in OTP-26.3.
-define(OTP26_FIXED_DHFILE, <<"26.3">>).
%% The fix was released in OTP-26.2.3.
-define(OTP26_FIXED_DHFILE, <<"26.2.3">>).

-ifdef(OTP_RELEASE).
-if(?OTP_RELEASE == 26).
Expand Down

0 comments on commit baa3657

Please sign in to comment.