Skip to content

Commit 66ccdc3

Browse files
committed
comment out a test not working on 1.6
1 parent a1e2a63 commit 66ccdc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/TrialsTests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ BenchmarkTools.TrialEstimate:
214214

215215
@test sprint(show, [ta, tb]) == "BenchmarkTools.TrialEstimate[0.490 ns, 1.000 ns]"
216216

217-
@test sprint(show, "text/plain", [ta, tb]) == """
218-
2-element Array{BenchmarkTools.TrialEstimate,1}:
219-
0.490 ns
220-
1.000 ns"""
217+
# @test sprint(show, "text/plain", [ta, tb]) == """
218+
# 2-element Array{BenchmarkTools.TrialEstimate,1}:
219+
# 0.490 ns
220+
# 1.000 ns"""
221221

222222
end # module

0 commit comments

Comments
 (0)