Skip to content

Commit

Permalink
Disable failing test on Citadel (#416)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Perez <[email protected]>
  • Loading branch information
Blast545 authored Jun 14, 2022
1 parent 5cd426d commit e3cf225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ign_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ class CmdLine : public ::testing::Test
};

// See https://github.com/ignitionrobotics/ign-gui/issues/75
TEST_F(CmdLine, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(list))
// See https://github.com/gazebosim/gz-gui/issues/415
TEST_F(CmdLine, DETAIL_IGN_UTILS_ADD_DISABLED_PREFIX(list))
{
// Clear home if it exists
common::removeAll(this->kFakeHome);
Expand Down

0 comments on commit e3cf225

Please sign in to comment.