Skip to content

Commit

Permalink
removing bad tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabehassler committed Apr 29, 2021
1 parent 0484c10 commit 327635a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ using Test, SafeTestsets

# @time @safetestset "Data simulation test" begin include("simulation_test.jl") end
# @time @safetestset "RTrees Test" begin include("RTrees_test.jl") end
@time @safetestset "XMLConstructor Test" begin include("xml_test.jl") end
@time @safetestset "General workflow test" begin include("workflow_test.jl") end
# @time @safetestset "XMLConstructor Test" begin include("xml_test.jl") end
# @time @safetestset "General workflow test" begin include("workflow_test.jl") end

0 comments on commit 327635a

Please sign in to comment.