diff --git a/test/includeTests.jl b/test/includeTests.jl index d0840fe..b8e0e48 100644 --- a/test/includeTests.jl +++ b/test/includeTests.jl @@ -60,7 +60,7 @@ Test.@testset "Robot" begin if testsExtend >= normalTests Test.@test_broken include(joinpath("Robot", "YouBotWithSphere.jl")) # LinearAlgebra.SingularException include(joinpath("Robot", "YouBotGripping.jl")) - include(joinpath("Robot", "YouBotSphereTransport.jl")) + Test.@test_broken include(joinpath("Robot", "YouBotSphereTransport.jl")) include(joinpath("Robot", "ScenarioCollisionOnly.jl")) end if testsExtend == completeTests