Skip to content

Commit 0641af2

Browse files
Re-enable test YouBotGripping.jl on Linux
Bug fixed with 0e361fc
1 parent 0e361fc commit 0641af2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/includeTests.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ Test.@testset "Robot" begin
2323
include(joinpath("Robot", "ServoWithPathAndRevolute.jl"))
2424
include(joinpath("Robot", "YouBotWithSphere.jl"))
2525
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
26+
include(joinpath("Robot", "YouBotGripping.jl"))
3127
Test.@test_skip include(joinpath("Robot", "YouBotsGripping.jl")) # too long computation time
3228
end
3329

0 commit comments

Comments
 (0)