Skip to content

Commit

Permalink
Remove commented CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcremer committed Oct 14, 2023
1 parent 6bf6f7f commit f732528
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/plotrecipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ nothing
# da_im2 = DimArray(im2, (X(10:10:100), Y(10:10:100)), "Image")
# da_im2 |> plot

#if !haskey(ENV, "CI")

using CairoMakie: CairoMakie as M
@testset "Makie" begin
# 1d
Expand Down Expand Up @@ -277,6 +275,3 @@ using CairoMakie: CairoMakie as M
fig, ax, _ = M.volumeslices(A3abc; z=:a)
@test_broken M.volumeslices!(ax, A3abc;z=:a)
end


#end

0 comments on commit f732528

Please sign in to comment.