[tracker-miners/wip/carlosg/writeback-refactor: 13/13] tests: Drop writeback-image-details functional test



commit f7d318301b74f9e13567d3a31aeb7860df24f9a1
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed May 20 22:30:33 2020 +0200

    tests: Drop writeback-image-details functional test
    
    This was actually testing that writeback didn't trigger tracker-miner-fs
    re-extraction. This is now moot (and actually desired, since writeback
    happens through direct calls)

 tests/functional-tests/meson.build                | 1 -
 tests/functional-tests/writeback-image-details.py | 4 ----
 2 files changed, 5 deletions(-)
---
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index 8a996432c..8c542efbb 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -126,7 +126,6 @@ endif
 if libjpeg.found() and libgif.found() and libpng.found() and libtiff.found() and exempi.found() and 
libexif.found()
   functional_tests += [
     'writeback-images',
-    'writeback-image-details',
   ]
 endif
 
diff --git a/tests/functional-tests/writeback-image-details.py 
b/tests/functional-tests/writeback-image-details.py
index b182409f2..96c16b20e 100755
--- a/tests/functional-tests/writeback-image-details.py
+++ b/tests/functional-tests/writeback-image-details.py
@@ -107,8 +107,4 @@ class WritebackKeepDateTest (fixtures.TrackerWritebackTest):
 
 
 if __name__ == "__main__":
-    print("FIXME: This test is skipped as it currently fails. See: 
https://gitlab.gnome.org/GNOME/tracker-miners/issues/96";)
-    import sys
-    sys.exit(77)
-
     ut.main(verbosity=2)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]