Skip to content

Commit 5e1c0f9

Browse files
committed
YouBotsGripping in runtestsComplete reactivated
1 parent 647dbf9 commit 5e1c0f9

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
@@ -49,7 +49,7 @@ Test.@testset "Robot" begin
4949
end
5050
if testsExtend == completeTests
5151
include(joinpath("Robot", "YouBotPingPong.jl")) # long computation time
52-
Test.@test_skip include(joinpath("Robot", "YouBotsGripping.jl")) # long computation time
52+
include(joinpath("Robot", "YouBotsGripping.jl")) # long computation time
5353
end
5454
end
5555

0 commit comments

Comments
 (0)