mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-30 21:12:27 +01:00
12 lines
443 B
Diff
12 lines
443 B
Diff
--- 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();
|