Skip to content

Commit

Permalink
test(start_planner): disable GenerateValidFreespacePullOutPath test (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#9937)

Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara authored Jan 16, 2025
1 parent cb33b74 commit ed1f844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class TestFreespacePullOut : public ::testing::Test
}
};

TEST_F(TestFreespacePullOut, GenerateValidFreespacePullOutPath)
TEST_F(TestFreespacePullOut, DISABLED_GenerateValidFreespacePullOutPath)
{
const auto start_pose =
geometry_msgs::build<geometry_msgs::msg::Pose>()
Expand Down

0 comments on commit ed1f844

Please sign in to comment.