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 0e361fc commit 0641af2Copy full SHA for 0641af2
test/includeTests.jl
@@ -23,11 +23,7 @@ Test.@testset "Robot" begin
23
include(joinpath("Robot", "ServoWithPathAndRevolute.jl"))
24
include(joinpath("Robot", "YouBotWithSphere.jl"))
25
Test.@test_skip include(joinpath("Robot", "YouBotPingPong.jl")) # too long computation time
26
- if Sys.iswindows()
27
- include(joinpath("Robot", "YouBotGripping.jl"))
28
- else
29
- Test.@test_skip include(joinpath("Robot", "YouBotGripping.jl")) # mpr error on linux https://github.com/ModiaSim/PrivateModia3D.jl/issues/142
30
- end
+ include(joinpath("Robot", "YouBotGripping.jl"))
31
Test.@test_skip include(joinpath("Robot", "YouBotsGripping.jl")) # too long computation time
32
end
33
0 commit comments