Skip to content

Commit

Permalink
fix(freespace_planner): disable randomly failing tests (autowarefound…
Browse files Browse the repository at this point in the history
…ation#8337)

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
  • Loading branch information
maxime-clem authored and esteve committed Aug 13, 2024
1 parent dca2d8d commit 47b2993
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ void publishMandatoryTopics(
test_manager->publishParkingScenario(test_target_node, "freespace_planner/input/scenario");
}

TEST(PlanningModuleInterfaceTest, testPlanningInterfaceWithVariousTrajectoryInput)
// the following tests are disable because they randomly fail
TEST(PlanningModuleInterfaceTest, DISABLED_testPlanningInterfaceWithVariousTrajectoryInput)
{
rclcpp::init(0, nullptr);

Expand All @@ -77,7 +78,7 @@ TEST(PlanningModuleInterfaceTest, testPlanningInterfaceWithVariousTrajectoryInpu
rclcpp::shutdown();
}

TEST(PlanningModuleInterfaceTest, NodeTestWithOffTrackEgoPose)
TEST(PlanningModuleInterfaceTest, DISABLED_NodeTestWithOffTrackEgoPose)
{
rclcpp::init(0, nullptr);
auto test_manager = generateTestManager();
Expand Down

0 comments on commit 47b2993

Please sign in to comment.