File: disable_flaky_test.patch

package info (click to toggle)
biometryd 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,500 kB
  • sloc: cpp: 10,221; ansic: 191; python: 42; makefile: 20
file content (13 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"_(
         {