Skip to content

Commit 923b0a2

Browse files
author
Addisu Z. Taddese
committed
Disable bash completion test on windows
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent f1aba12 commit 923b0a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/gz_TEST.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <string>
2121
#include <gtest/gtest.h>
2222
#include <gz/msgs/config.hh>
23+
#include <gz/utils/ExtraTestMacros.hh>
2324
#include "test_config.hh"
2425

2526
#ifdef _MSC_VER
@@ -95,7 +96,7 @@ TEST(CmdLine, MsgInfo)
9596
}
9697

9798
/////////////////////////////////////////////////
98-
TEST(CmdLine, MsgHelpVsCompletionFlags)
99+
TEST(CmdLine, GZ_UTILS_TEST_DISABLED_ON_WIN32(MsgHelpVsCompletionFlags))
99100
{
100101
// Flags in help message
101102
auto helpOutput = custom_exec_str("gz msg --help --force-version "

0 commit comments

Comments
 (0)