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 aeccef7 commit 00c164bCopy full SHA for 00c164b
test/includeTests.jl
@@ -38,7 +38,7 @@ Test.@testset "Robot" begin
38
include(joinpath("Robot", "ServoWithRampAndRevolute.jl"))
39
include(joinpath("Robot", "ServoWithPathAndRevolute.jl"))
40
if testsExtend >= normalTests
41
- include(joinpath("Robot", "YouBotWithSphere.jl"))
+ Test.@test_skip include(joinpath("Robot", "YouBotWithSphere.jl"))
42
include(joinpath("Robot", "YouBotGripping.jl"))
43
end
44
if testsExtend == completeTests
0 commit comments