aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jsonrpc-glib/disable-flaky-test.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-22 23:47:20 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-22 23:47:20 +0200
commite9457d3216f02fcbfd50290c059d5be8b78e0d87 (patch)
treeca39d9019671b9eddf98a135997a5795f451985b /testing/jsonrpc-glib/disable-flaky-test.patch
parent8f13d62ec4f5078bc75ad37cc9b8ac00bd614541 (diff)
downloadaports-e9457d3216f02fcbfd50290c059d5be8b78e0d87.tar.bz2
aports-e9457d3216f02fcbfd50290c059d5be8b78e0d87.tar.xz
community/jsonrpc-glib: move from testing
Diffstat (limited to 'testing/jsonrpc-glib/disable-flaky-test.patch')
-rw-r--r--testing/jsonrpc-glib/disable-flaky-test.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/jsonrpc-glib/disable-flaky-test.patch b/testing/jsonrpc-glib/disable-flaky-test.patch
deleted file mode 100644
index 6659289e3b..0000000000
--- a/testing/jsonrpc-glib/disable-flaky-test.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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,