diff --git a/test/protobuf/conformance_regressions_test.exs b/test/protobuf/conformance_regressions_test.exs index 6f89be8f..b264fd2f 100644 --- a/test/protobuf/conformance_regressions_test.exs +++ b/test/protobuf/conformance_regressions_test.exs @@ -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