Skip to content

Commit 6ae8da5

Browse files
committed
YouBotSphereTransport.jl no longer works
1 parent aa39469 commit 6ae8da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/includeTests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Test.@testset "Robot" begin
6060
if testsExtend >= normalTests
6161
Test.@test_broken include(joinpath("Robot", "YouBotWithSphere.jl")) # LinearAlgebra.SingularException
6262
include(joinpath("Robot", "YouBotGripping.jl"))
63-
include(joinpath("Robot", "YouBotSphereTransport.jl"))
63+
Test.@test_broken include(joinpath("Robot", "YouBotSphereTransport.jl"))
6464
include(joinpath("Robot", "ScenarioCollisionOnly.jl"))
6565
end
6666
if testsExtend == completeTests

0 commit comments

Comments
 (0)