aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jsonrpc-glib/disable-flaky-test.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-05-24 01:18:36 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-07 05:43:59 -0300
commit2bfc98b40fe11892453d10e77693282bbe7a56e3 (patch)
tree9624feadcb5cd2449f6d26178568c62b3a6e1992 /testing/jsonrpc-glib/disable-flaky-test.patch
parent3b0304ade99d77706dfb5b067e6ce7c23aa8e023 (diff)
downloadaports-2bfc98b40fe11892453d10e77693282bbe7a56e3.tar.bz2
aports-2bfc98b40fe11892453d10e77693282bbe7a56e3.tar.xz
testing/jsonrpc-glib: new aport
Diffstat (limited to 'testing/jsonrpc-glib/disable-flaky-test.patch')
-rw-r--r--testing/jsonrpc-glib/disable-flaky-test.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/jsonrpc-glib/disable-flaky-test.patch b/testing/jsonrpc-glib/disable-flaky-test.patch
new file mode 100644
index 0000000000..6659289e3b
--- /dev/null
+++ b/testing/jsonrpc-glib/disable-flaky-test.patch
@@ -0,0 +1,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,