Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Fix nightly test failure #252

Merged
merged 4 commits into from
Jul 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test/testsets/Visualization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
@testset "Visualization" begin
if get(ENV, "CI", nothing) == "true" && Sys.iswindows() return #OpenGL is unreliable on headless Windows VMs on github. This fails unpredictably and prevents pull requests from being approved. These tests are not essential, so turn them off when running on windows.
else
# empty Vis.draw() call to clear Makie @info message:
# "Info: Makie/Makie is caching fonts, this may take a while. Needed only on first run!"
Vis.draw()

# test that this all at least runs
surf1 = AcceleratedParametricSurface(TestData.beziersurface(), 15)
surf2 = AcceleratedParametricSurface(TestData.upsidedownbeziersurface(), 15)
Expand Down