Skip to content

Commit a7055b9

Browse files
authoredJan 11, 2025··
update tst_io.jl
1 parent 890ae45 commit a7055b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/tst_io.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sombrero(x, y) = 30sinc(√(x^2 + y^2) / π)
6060

6161
@testset "stringify plot - performance regression" begin
6262
nightly = occursin("DEV", string(VERSION)) # or length(VERSION.prerelease) < 2
63-
measure = Sys.islinux() && VERSION > v"1.10.0-" && !nightly && !is_pkgeval()
63+
measure = Sys.islinux() && !nightly && !is_pkgeval()
6464

6565
let p = heatmap(collect(1:30) * collect(1:30)')
6666
@test string(p; color = true) isa String # 1st pass - ttfp

0 commit comments

Comments
 (0)
Please sign in to comment.