diff --git a/test/runtests.jl b/test/runtests.jl index 5c6b66da..c96019d8 100755 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -28,10 +28,6 @@ end @test include("DecisionTree.jl") end -@testset "Clustering " begin - @test include("Clustering.jl") -end - @testset "GLM " begin @test include("GLM.jl") end