Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Disable TestPickObject (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
schornakj authored Apr 19, 2024
1 parent a31912f commit 964ee94
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ TEST_F(ObjectiveFixture, TestOpenGripper)
EXPECT_TRUE(sendDoObjectiveSequenceGoal(std::move(do_objective_goal)));
}

TEST_F(ObjectiveFixture, TestPickObject)
// TODO(schornakj): re-enable this test when we can generate simulated point clouds in the test environment
TEST_F(ObjectiveFixture, DISABLED_TestPickObject)
{
ASSERT_TRUE(setupDoObjectiveSequenceClient());

Expand Down

0 comments on commit 964ee94

Please sign in to comment.