We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e750199 commit e934ef2Copy full SHA for e934ef2
tests/loaders/test_pinocchio.py
@@ -45,6 +45,9 @@ def test(self):
45
46
# Add a test function for each description
47
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
51
setattr(
52
TestPinocchio,
53
f"test_{name}",
0 commit comments