Skip to content

Commit

Permalink
disable example tests on nightly due to fonsp/Pluto.jl#2810
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Feb 20, 2024
1 parent c3d6352 commit ec3dd19
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
using Test, ExampleJuggler
using ExtendableGrids, SHA
using Test

@static if VERSION<v"1.11"
using ExampleJuggler
end

ExampleJuggler.verbose!(true)
using ExtendableGrids, SHA

@testset "Geomspace" begin
function test_geomspace()
Expand Down Expand Up @@ -263,8 +266,13 @@ end

include("gmsh.jl")

@testset "Examples" begin
@testscripts(joinpath(@__DIR__, "..", "examples"), ["examples1d.jl", "examples2d.jl", "examples3d.jl", "gmsh.jl"])

if VERSION<v"1.11"
ExampleJuggler.verbose!(true)

@testset "Examples" begin
@testscripts(joinpath(@__DIR__, "..", "examples"), ["examples1d.jl", "examples2d.jl", "examples3d.jl", "gmsh.jl"])
end
end

function voronoitest()
Expand Down

0 comments on commit ec3dd19

Please sign in to comment.