Skip to content

Commit

Permalink
Disable bash completion test on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Apr 19, 2024
1 parent f1aba12 commit 923b0a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/gz_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <string>
#include <gtest/gtest.h>
#include <gz/msgs/config.hh>
#include <gz/utils/ExtraTestMacros.hh>
#include "test_config.hh"

#ifdef _MSC_VER
Expand Down Expand Up @@ -95,7 +96,7 @@ TEST(CmdLine, MsgInfo)
}

/////////////////////////////////////////////////
TEST(CmdLine, MsgHelpVsCompletionFlags)
TEST(CmdLine, GZ_UTILS_TEST_DISABLED_ON_WIN32(MsgHelpVsCompletionFlags))
{
// Flags in help message
auto helpOutput = custom_exec_str("gz msg --help --force-version "
Expand Down

0 comments on commit 923b0a2

Please sign in to comment.