aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gerbera/disable-git-test.patch
blob: 3a2bc2f4240373f290003ebd19d178f70b3c7153 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/test/test_server/test_main.cc.orig
+++ b/test/test_server/test_main.cc
@@ -48,7 +48,7 @@
   ASSERT_THAT(output.c_str(), HasSubstr(expectedOutput.c_str()));
 }
 
-TEST_F(ServerTest, ServerOutputsCompileInformationIncludingGit) {
+TEST_F(ServerTest, DISABLED_ServerOutputsCompileInformationIncludingGit) {
   std::stringstream ss;
   ss << CMAKE_BINARY_DIR << DIR_SEPARATOR << "gerbera --compile-info 2>&1";
   std::string cmd = ss.str();