summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2018-07-15 15:56:00 +0200
committerSam Thursfield <sam@afuera.me.uk>2018-07-16 16:26:32 +0200
commit16287df1951c3a49b210b0b3492345232e41f633 (patch)
tree57915edd59000d04a1c850ba004a29c23a40f904
parentc3d847e5e41e5b819db8a181a89f7e88bedb22b5 (diff)
downloadtracker-16287df1951c3a49b210b0b3492345232e41f633.tar.gz
functional-tests: Disable IPC tests that don't work
It's not clear what these are for.
-rw-r--r--tests/functional-tests/ipc/meson.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/functional-tests/ipc/meson.build b/tests/functional-tests/ipc/meson.build
index 5b881604f..07d02f603 100644
--- a/tests/functional-tests/ipc/meson.build
+++ b/tests/functional-tests/ipc/meson.build
@@ -7,8 +7,6 @@ test('functional-ipc-insert-or-replace', insert_or_replace_test,
busy_handling_test = executable('test-busy-handling',
'test-busy-handling.vala',
dependencies: [tracker_common_dep, tracker_sparql_dep])
-test('functional-ipc-busy-handling', busy_handling_test,
- env: test_env)
direct_query_test = executable('test-direct-query',
'test-direct-query.vala',
@@ -41,20 +39,14 @@ test('functional-ipc-bus-update', bus_update_test,
class_signal_test = executable('test-class-signal',
'test-class-signal.vala',
dependencies: [tracker_common_dep, tracker_sparql_dep])
-test('functional-ipc-class-signal', class_signal_test,
- env: test_env)
class_signal_performance_test = executable('test-class-signal-performance',
'test-class-signal-performance.vala',
dependencies: [tracker_common_dep, tracker_sparql_dep])
-test('functional-ipc-class-signal-performance', class_signal_performance_test,
- env: test_env)
class_signal_performance_batch_test = executable('test-class-signal-performance-batch',
'test-class-signal-performance-batch.vala',
dependencies: [tracker_common_dep, tracker_sparql_dep])
-test('functional-ipc-class-signal-performance-batch', class_signal_performance_batch_test,
- env: test_env)
update_array_performance_test = executable('test-update-array-performance',
'test-update-array-performance.c',