File: Drop-file-notifier-and-miner-fs-tests.patch

package info (click to toggle)
localsearch 3.8.2-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,688 kB
  • sloc: ansic: 59,411; python: 3,774; xml: 261; perl: 106; sh: 62; makefile: 53
file content (24 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Iain Lane <laney@debian.org>
Date: Thu, 10 Jun 2021 13:12:01 +0100
Subject: Drop 'file-notifier' and 'miner-fs' tests

There are flakiness problems here.

Bug-Upstream: https://gitlab.gnome.org/GNOME/localsearch/-/issues/174
---
 tests/tracker-miner-fs/meson.build | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/tracker-miner-fs/meson.build b/tests/tracker-miner-fs/meson.build
index 8c081fd..d331cfb 100644
--- a/tests/tracker-miner-fs/meson.build
+++ b/tests/tracker-miner-fs/meson.build
@@ -5,8 +5,6 @@ libtracker_miner_tests = [
 ]
 
 libtracker_miner_slow_tests = [
-    'file-notifier',
-    'miner-fs',
     'monitor',
 ]