aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gerbera/disable-git-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gerbera/disable-git-test.patch')
-rw-r--r--testing/gerbera/disable-git-test.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/gerbera/disable-git-test.patch b/testing/gerbera/disable-git-test.patch
new file mode 100644
index 0000000000..3a2bc2f424
--- /dev/null
+++ b/testing/gerbera/disable-git-test.patch
@@ -0,0 +1,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();