Skip to content

Commit 99726e8

Browse files
CICD: Disable aloha_mj_description for now
See stack-of-tasks/pinocchio#2610
1 parent 457a28b commit 99726e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/loaders/test_pinocchio.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ def test(self):
4848
if name == "a1_mj_description":
4949
# See https://github.com/stack-of-tasks/pinocchio/issues/2613
5050
continue
51+
if name == "aloha_mj_description":
52+
# See https://github.com/stack-of-tasks/pinocchio/issues/2610
53+
continue
5154
if name == "talos_mj_description":
5255
# See https://github.com/stack-of-tasks/pinocchio/issues/2612
5356
continue

0 commit comments

Comments
 (0)