Skip to content

Commit 00c164b

Browse files
committed
skip YouBotWithSphere due to struggles on different platforms
1 parent aeccef7 commit 00c164b

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
@@ -38,7 +38,7 @@ Test.@testset "Robot" begin
3838
include(joinpath("Robot", "ServoWithRampAndRevolute.jl"))
3939
include(joinpath("Robot", "ServoWithPathAndRevolute.jl"))
4040
if testsExtend >= normalTests
41-
include(joinpath("Robot", "YouBotWithSphere.jl"))
41+
Test.@test_skip include(joinpath("Robot", "YouBotWithSphere.jl"))
4242
include(joinpath("Robot", "YouBotGripping.jl"))
4343
end
4444
if testsExtend == completeTests

0 commit comments

Comments
 (0)