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 63eb64a commit 4220251Copy full SHA for 4220251
tests/loaders/test_pinocchio.py
@@ -48,6 +48,9 @@ def test(self):
48
if name == "a1_mj_description":
49
# See https://github.com/stack-of-tasks/pinocchio/issues/2613
50
continue
51
+ if name == "talos_mj_description":
52
+ # See https://github.com/stack-of-tasks/pinocchio/issues/2612
53
+ continue
54
setattr(
55
TestPinocchio,
56
f"test_{name}",
0 commit comments