Skip to content

Commit 2affc2a

Browse files
stephane-caronStéphane Caron
authored andcommitted
[CI] Skip UR10 description with RoboMeshCat for now
See petrikvladimir/RoboMeshCat#9
1 parent 304254e commit 2affc2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/loaders/test_robomeshcat.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ def test(self):
4949

5050
# Add a test function for each URDF description
5151
for name, description in DESCRIPTIONS.items():
52+
if name == "ur10_description":
53+
# Reported: https://github.com/petrikvladimir/RoboMeshCat/issues/9
54+
pass
5255
if description.has_urdf:
5356
setattr(
5457
TestRoboMeshCat,

0 commit comments

Comments
 (0)