Skip to content

Commit 4e463d7

Browse files
authored
RDSK-10801 Skip TestReachOverArm for now (#5072)
1 parent 5a5ade4 commit 4e463d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

motionplan/motionPlanner_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,8 @@ func TestMultiArmSolve(t *testing.T) {
592592
}
593593

594594
func TestReachOverArm(t *testing.T) {
595+
t.Skip("RSDK-10801 Skip until we diagnose why the last assertion in this test fails")
596+
595597
// setup frame system with an xarm
596598
xarm, err := frame.ParseModelJSONFile(utils.ResolveFile("components/arm/example_kinematics/xarm6_kinematics_test.json"), "")
597599
test.That(t, err, test.ShouldBeNil)
@@ -633,6 +635,7 @@ func TestReachOverArm(t *testing.T) {
633635
Options: opts,
634636
})
635637
test.That(t, err, test.ShouldBeNil)
638+
// TODO(RSDK-10801): Understand why this is sometimes < 2.
636639
test.That(t, len(plan.Trajectory()), test.ShouldBeGreaterThan, 2)
637640
}
638641

0 commit comments

Comments
 (0)