diff --git a/tesseract_examples/test/glass_upright_example_unit.cpp b/tesseract_examples/test/glass_upright_example_unit.cpp index 7414756bfd3..521ffe8038a 100644 --- a/tesseract_examples/test/glass_upright_example_unit.cpp +++ b/tesseract_examples/test/glass_upright_example_unit.cpp @@ -25,7 +25,7 @@ TEST(TesseractExamples, GlassUprightTrajOptExampleUnit) // NOLINT EXPECT_TRUE(example.run()); } -TEST(TesseractExamples, GlassUprightTrajOptIfoptExampleUnit) // NOLINT +TEST(TesseractExamples, DISABLED_GlassUprightTrajOptIfoptExampleUnit) // NOLINT { auto locator = std::make_shared(); tesseract_common::fs::path urdf_path =