File: disable-unreliable-test.patch

package info (click to toggle)
jsonrpc-glib 3.44.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 428 kB
  • sloc: ansic: 3,718; makefile: 13; javascript: 5
file content (22 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Jeremy Bicha <jbicha@ubuntu.com>
Date: Wed, 14 Mar 2018 19:56:37 -0400
Subject: disable unreliable test

https://gitlab.gnome.org/GNOME/jsonrpc-glib/issues/2
---
 tests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/meson.build b/tests/meson.build
index c2c8e20..2eabd09 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -52,7 +52,7 @@ test_stress = executable('test-stress', 'test-stress.c',
      link_args: test_link_args,
   dependencies: test_deps,
 )
-test('test-stress', test_stress, env: test_env)
+# test('test-stress', test_stress, env: test_env)
 
 test_gauntlet = executable('test-gauntlet', 'test-gauntlet.c',
         c_args: test_cflags,