From e9457d3216f02fcbfd50290c059d5be8b78e0d87 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sun, 22 Sep 2019 23:47:20 +0200 Subject: community/jsonrpc-glib: move from testing --- community/jsonrpc-glib/disable-flaky-test.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 community/jsonrpc-glib/disable-flaky-test.patch (limited to 'community/jsonrpc-glib/disable-flaky-test.patch') diff --git a/community/jsonrpc-glib/disable-flaky-test.patch b/community/jsonrpc-glib/disable-flaky-test.patch new file mode 100644 index 0000000000..6659289e3b --- /dev/null +++ b/community/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, -- cgit v1.2.3