mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 15:36:59 +02:00
13 lines
404 B
Diff
13 lines
404 B
Diff
diff --git a/tests/test_daemon.cpp b/tests/test_daemon.cpp
|
|
index c848fb9..3e49d8d 100644
|
|
--- a/tests/test_daemon.cpp
|
|
+++ b/tests/test_daemon.cpp
|
|
@@ -174,7 +174,7 @@ TEST_F(Daemon, invoking_test_command_succeeds)
|
|
core::posix::wait::Flags::untraced)));
|
|
}
|
|
|
|
-TEST_F(Daemon, invoking_run_succeeds)
|
|
+TEST_F(Daemon, DISABLED_invoking_run_succeeds)
|
|
{
|
|
auto json = R"_(
|
|
{
|