Skip to content

Commit b1cfa5f

Browse files
committed
Don't skip conformance regression test on otp 25+
Apparently the upstream bug was fixed
1 parent 792d422 commit b1cfa5f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/protobuf/conformance_regressions_test.exs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ defmodule Protobuf.ConformanceRegressionsTest do
104104
end
105105
end
106106

107-
# Fails on OTP 25.
108-
if :erlang.system_info(:otp_release) >= ~c"25" do
109-
@tag :skip
110-
end
111-
112107
test "memory leak and infinite loop regression" do
113108
mod = ProtobufTestMessages.Proto2.TestAllTypesProto2
114109

0 commit comments

Comments
 (0)