Skip to content

Commit

Permalink
Disable GlassUprightTrajOptIfoptExampleUnit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Aug 15, 2023
1 parent 502f632 commit baa370d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesseract_examples/test/glass_upright_example_unit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<TesseractSupportResourceLocator>();
tesseract_common::fs::path urdf_path =
Expand Down

0 comments on commit baa370d

Please sign in to comment.