Skip to content

Commit

Permalink
Don't skip conformance regression test on otp 25+
Browse files Browse the repository at this point in the history
Apparently the upstream bug was fixed
  • Loading branch information
v0idpwn committed Dec 29, 2024
1 parent 792d422 commit b1cfa5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/protobuf/conformance_regressions_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ defmodule Protobuf.ConformanceRegressionsTest do
end
end

# Fails on OTP 25.
if :erlang.system_info(:otp_release) >= ~c"25" do
@tag :skip
end

test "memory leak and infinite loop regression" do
mod = ProtobufTestMessages.Proto2.TestAllTypesProto2

Expand Down

0 comments on commit b1cfa5f

Please sign in to comment.