diff --git a/tesseract_examples/test/pick_and_place_example_unit.cpp b/tesseract_examples/test/pick_and_place_example_unit.cpp index e7f2d9662dd..be8f593720d 100644 --- a/tesseract_examples/test/pick_and_place_example_unit.cpp +++ b/tesseract_examples/test/pick_and_place_example_unit.cpp @@ -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(); tesseract_common::fs::path urdf_path =