summaryrefslogtreecommitdiffstats
path: root/testing/jsonrpc-glib/disable-flaky-test.patch
blob: 6659289e3bcd5c0daa30b05942d669b5e7eda480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
See https://gitlab.gnome.org/GNOME/jsonrpc-glib/issues/2
diff --git a/tests/meson.build b/tests/meson.build
index 40b410b..3318c79 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -38,13 +38,6 @@ test_server = executable('test-server', 'test-server.c',
 )
 test('test-server', test_server, env: test_env)
 
-test_stress = executable('test-stress', 'test-stress.c',
-        c_args: test_cflags,
-     link_args: test_link_args,
-  dependencies: test_deps,
-)
-test('test-stress', test_stress, env: test_env)
-
 test_gauntlet = executable('test-gauntlet', 'test-gauntlet.c',
         c_args: test_cflags,
      link_args: test_link_args,