Skip to content

Commit 6f05207

Browse files
stephane-caronStéphane Caron
authored andcommitted
[CI] Disable other descriptions that fail for this reason
See petrikvladimir/RoboMeshCat#9
1 parent ba0798c commit 6f05207

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
@@ -50,6 +50,9 @@ def test(self):
5050
if name == "ur10_description":
5151
# Reported: https://github.com/petrikvladimir/RoboMeshCat/issues/9
5252
pass
53+
elif name in ["fetch_description", "ur3_description", "ur5_description"]:
54+
# Same issue as above
55+
pass
5356
if description.has_urdf:
5457
setattr(
5558
TestRoboMeshCat,

0 commit comments

Comments
 (0)