Skip to content

Commit

Permalink
Disable pick_and_place_example TrajoptIfopt unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Jan 10, 2024
1 parent ff8389f commit d984079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesseract_examples/test/pick_and_place_example_unit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TEST(TesseractExamples, PickAndPlaceCppTrajOptExampleUnit) // NOLINT
EXPECT_TRUE(example.run());
}

TEST(TesseractExamples, PickAndPlaceCppTrajOptIfoptExampleUnit) // NOLINT
TEST(TesseractExamples, DISABLED_PickAndPlaceCppTrajOptIfoptExampleUnit) // NOLINT
{
auto locator = std::make_shared<TesseractSupportResourceLocator>();
tesseract_common::fs::path urdf_path =
Expand Down

0 comments on commit d984079

Please sign in to comment.