From f678ac4b2f96f73e89d2ab46339007dd05e09ead Mon Sep 17 00:00:00 2001 From: Alberto Mengali Date: Sat, 2 Mar 2024 09:06:08 +0100 Subject: [PATCH] testnowarn error --- test/runtests.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 9cce873..fd01649 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -7,11 +7,11 @@ end @test_nowarn @eval using PlotlyKaleido @testset "Start" begin - if Sys.iswindows() - PlotlyKaleido.start() - else + # if Sys.iswindows() + # PlotlyKaleido.start() + # else @test_nowarn PlotlyKaleido.start() - end + # end @test PlotlyKaleido.is_running() end