Skip to content

Commit

Permalink
Skip test YouBotWithSphere
Browse files Browse the repository at this point in the history
Broken -> skip test Robot/YouBotWithSphere because it fails with LinearAlgebra.SingularException on some platforms
  • Loading branch information
GerhardHippmann committed Jan 15, 2024
1 parent 718da21 commit e2d5342
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 @@ -58,7 +58,7 @@ Test.@testset "Robot" begin
include(joinpath("Robot", "ServoWithRampAndRevolute.jl"))
include(joinpath("Robot", "ServoWithPathAndRevolute.jl"))
if testsExtend >= normalTests
Test.@test_broken include(joinpath("Robot", "YouBotWithSphere.jl")) # LinearAlgebra.SingularException
Test.@test_skip include(joinpath("Robot", "YouBotWithSphere.jl")) # LinearAlgebra.SingularException on some platforms
include(joinpath("Robot", "YouBotGripping.jl"))
include(joinpath("Robot", "YouBotSphereTransport.jl"))
end
Expand Down

0 comments on commit e2d5342

Please sign in to comment.