Skip to content

Commit 63eb64a

Browse files
Disable a1_mj_description unit test for now
See stack-of-tasks/pinocchio#2613
1 parent ef82cd1 commit 63eb64a

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
@@ -45,6 +45,9 @@ def test(self):
4545

4646
# Add a test function for each description
4747
for name, description in DESCRIPTIONS.items():
48+
if name == "a1_mj_description":
49+
# See https://github.com/stack-of-tasks/pinocchio/issues/2613
50+
continue
4851
setattr(
4952
TestPinocchio,
5053
f"test_{name}",

0 commit comments

Comments
 (0)