We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1aba12 commit 923b0a2Copy full SHA for 923b0a2
test/integration/gz_TEST.cc
@@ -20,6 +20,7 @@
20
#include <string>
21
#include <gtest/gtest.h>
22
#include <gz/msgs/config.hh>
23
+#include <gz/utils/ExtraTestMacros.hh>
24
#include "test_config.hh"
25
26
#ifdef _MSC_VER
@@ -95,7 +96,7 @@ TEST(CmdLine, MsgInfo)
95
96
}
97
98
/////////////////////////////////////////////////
-TEST(CmdLine, MsgHelpVsCompletionFlags)
99
+TEST(CmdLine, GZ_UTILS_TEST_DISABLED_ON_WIN32(MsgHelpVsCompletionFlags))
100
{
101
// Flags in help message
102
auto helpOutput = custom_exec_str("gz msg --help --force-version "
0 commit comments