aboutsummaryrefslogtreecommitdiff
path: root/community/gerbera/disable-git-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gerbera/disable-git-test.patch')
-rw-r--r--community/gerbera/disable-git-test.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gerbera/disable-git-test.patch b/community/gerbera/disable-git-test.patch
new file mode 100644
index 0000000000..3a2bc2f424
--- /dev/null
+++ b/community/gerbera/disable-git-test.patch
@@ -0,0 +1,11 @@
1--- a/test/test_server/test_main.cc.orig
2+++ b/test/test_server/test_main.cc
3@@ -48,7 +48,7 @@
4 ASSERT_THAT(output.c_str(), HasSubstr(expectedOutput.c_str()));
5 }
6
7-TEST_F(ServerTest, ServerOutputsCompileInformationIncludingGit) {
8+TEST_F(ServerTest, DISABLED_ServerOutputsCompileInformationIncludingGit) {
9 std::stringstream ss;
10 ss << CMAKE_BINARY_DIR << DIR_SEPARATOR << "gerbera --compile-info 2>&1";
11 std::string cmd = ss.str();