Skip to content

Commit

Permalink
Disable CLI tests on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Jun 21, 2022
1 parent 4a3af79 commit 9c60c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ign_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ TEST(CmdLine, IGN_UTILS_TEST_DISABLED_ON_WIN32(ResourcePath))

//////////////////////////////////////////////////
/// \brief Check --help message and bash completion script for consistent flags
TEST(CmdLine, GazeboHelpVsCompletionFlags)
TEST(CmdLine, IGN_UTILS_TEST_DISABLED_ON_WIN32(GazeboHelpVsCompletionFlags))
{
// Flags in help message
std::string helpOutput = customExecStr(kIgnCommand + " gazebo --help");
Expand Down Expand Up @@ -199,7 +199,7 @@ TEST(CmdLine, GazeboHelpVsCompletionFlags)

//////////////////////////////////////////////////
/// \brief Check --help message and bash completion script for consistent flags
TEST(CmdLine, ModelHelpVsCompletionFlags)
TEST(CmdLine, IGN_UTILS_TEST_DISABLED_ON_WIN32(ModelHelpVsCompletionFlags))
{
// Flags in help message
std::string helpOutput = customExecStr(kIgnModelCommand + " --help");
Expand Down

0 comments on commit 9c60c16

Please sign in to comment.