Skip to content

Commit

Permalink
Skip broken OTP-26 releases for dhfile_SUITE
Browse files Browse the repository at this point in the history
The fix for dhfile will be relased in OTP 26.3.
  • Loading branch information
avtobiff authored and vinoski committed Feb 14, 2024
1 parent ef81393 commit 7cbf6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/dhfile_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ groups() ->
].

%% Skip dhfile tests on broken OTP-26 releases.
%% Guessing that OTP-26.2.2+ will be fixed.
-define(OTP26_FIXED_DHFILE, <<"26.2.2">>).
%% The fix will be released in OTP-26.3.
-define(OTP26_FIXED_DHFILE, <<"26.3">>).

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

0 comments on commit 7cbf6a2

Please sign in to comment.