Skip to content

Commit 5382338

Browse files
committed
Disable MPS tests, failing due to moveit#432
1 parent 397fc07 commit 5382338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/python/test/rostest_mps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_fw_remove_object(self):
8181
s = self.task.solutions[0].toMsg()
8282
self.assertEqual(s.sub_trajectory[1].scene_diff.world.collision_objects[0].id, "box")
8383

84-
def test_bw_add_object(self):
84+
def DISABLED_test_bw_add_object(self):
8585
# add object to move_group's planning scene
8686
self.psi.add_box("block", make_pose(0.8, 0.55, 1.25), [0.2, 0.2, 0.2])
8787

@@ -99,7 +99,7 @@ def test_bw_add_object(self):
9999
objects = [o.id for o in ps.world.collision_objects]
100100
self.assertTrue(objects == ["block", "box"])
101101

102-
def test_bw_remove_object(self):
102+
def DISABLED_test_bw_remove_object(self):
103103
mps = stages.ModifyPlanningScene("removeObject(box) backwards")
104104
mps.removeObject("box")
105105
self.task.insert(mps, 0)

0 commit comments

Comments
 (0)