We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c98d9 commit 20b4e90Copy full SHA for 20b4e90
test/runtests.jl
@@ -18,5 +18,5 @@ using SafeTestsets, Test
18
@safetestset "PDE Construction Test" begin include("pde.jl") end
19
@safetestset "Lowering Integration Test" begin include("lowering_solving.jl") end
20
@safetestset "Test Big System Usage" begin include("bigsystem.jl") end
21
-@testset "Latexify recipes Test" begin include("latexify.jl") end
+#@testset "Latexify recipes Test" begin include("latexify.jl") end
22
@testset "Distributed Test" begin include("distributed.jl") end
0 commit comments