Skip to content

Commit

Permalink
update tst_io.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Jan 11, 2025
1 parent 890ae45 commit a7055b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tst_io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sombrero(x, y) = 30sinc(√(x^2 + y^2) / π)

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

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

0 comments on commit a7055b9

Please sign in to comment.