Skip to content

Commit 9660059

Browse files
committed
Skip tests on OTP < 27
1 parent 83b01a8 commit 9660059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/mix/test/mix/tasks/profile.tprof_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ defmodule Mix.Tasks.Profile.TprofTest do
66
import ExUnit.CaptureIO
77
alias Mix.Tasks.Profile.Tprof
88

9+
@moduletag skip: System.otp_release() < "27"
10+
911
@expr "Enum.each(1..5, &String.Chars.Integer.to_string/1)"
1012

1113
test "profiles evaluated expression", context do

0 commit comments

Comments
 (0)