Skip to content

Commit

Permalink
YouBotSphereTransport.jl no longer works
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaNeumayr committed Nov 6, 2023
1 parent aa39469 commit 6ae8da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/includeTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ae8da5

Please sign in to comment.