[tracker-miners/sam/ft-changes: 1/2] functional-tests: Enable writeback tests



commit f7cb804f691897c045d0af22bb9ef4eec9088046
Author: Sam Thursfield <sam afuera me uk>
Date:   Wed Jun 12 21:17:30 2019 +0200

    functional-tests: Enable writeback tests
    
    These are now passing since https://gitlab.gnome.org/GNOME/tracker-miners/issues/55
    is fixed in Tracker Core.

 tests/functional-tests/500-writeback.py         | 3 ---
 tests/functional-tests/501-writeback-details.py | 3 ---
 2 files changed, 6 deletions(-)
---
diff --git a/tests/functional-tests/500-writeback.py b/tests/functional-tests/500-writeback.py
index 2d8893e3b..0d443c289 100755
--- a/tests/functional-tests/500-writeback.py
+++ b/tests/functional-tests/500-writeback.py
@@ -157,7 +157,4 @@ class WritebackBasicDataTest (CommonTrackerWritebackTest):
 
 
 if __name__ == "__main__":
-    print("FIXME: This test is skipped as it currently fails. See: 
https://gitlab.gnome.org/GNOME/tracker-miners/issues/55";)
-    sys.exit(77)
-
     ut.main(failfast=True)
diff --git a/tests/functional-tests/501-writeback-details.py b/tests/functional-tests/501-writeback-details.py
index 9f5626f7f..3dba70650 100755
--- a/tests/functional-tests/501-writeback-details.py
+++ b/tests/functional-tests/501-writeback-details.py
@@ -105,7 +105,4 @@ class WritebackKeepDateTest (CommonTrackerWritebackTest):
 
 
 if __name__ == "__main__":
-    print("FIXME: This test is skipped as it currently fails. See: 
https://gitlab.gnome.org/GNOME/tracker-miners/issues/55";)
-    sys.exit(77)
-
     ut.main()


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