Skip to content

Commit 4220251

Browse files
CICD: Disable talos_mj_description unit test for now
See stack-of-tasks/pinocchio#2612
1 parent 63eb64a commit 4220251

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 == "talos_mj_description":
52+
# See https://github.com/stack-of-tasks/pinocchio/issues/2612
53+
continue
5154
setattr(
5255
TestPinocchio,
5356
f"test_{name}",

0 commit comments

Comments
 (0)