Skip to content

Commit 74c1470

Browse files
stephane-caronStéphane Caron
authored andcommitted
[CI] It's continue not pass (^_^")
1 parent 6f05207 commit 74c1470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/loaders/test_robomeshcat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ def test(self):
4949
for name, description in DESCRIPTIONS.items():
5050
if name == "ur10_description":
5151
# Reported: https://github.com/petrikvladimir/RoboMeshCat/issues/9
52-
pass
52+
continue
5353
elif name in ["fetch_description", "ur3_description", "ur5_description"]:
5454
# Same issue as above
55-
pass
55+
continue
5656
if description.has_urdf:
5757
setattr(
5858
TestRoboMeshCat,

0 commit comments

Comments
 (0)