We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7ce07 commit 7a603eeCopy full SHA for 7a603ee
test/includeTests.jl
@@ -53,7 +53,7 @@ Test.@testset "Robot" begin
53
if Sys.islinux()
54
Test.@test_skip include(joinpath("Robot", "YouBotWithSphere.jl")) # LinearAlgebra.SingularException on linux
55
else
56
- include(joinpath("Robot", "YouBotWithSphere.jl"))
+ Test.@test_skip include(joinpath("Robot", "YouBotWithSphere.jl")) # LinearAlgebra.SingularException
57
end
58
include(joinpath("Robot", "YouBotGripping.jl"))
59
0 commit comments