summary refs log tree commit diff
path: root/pkgs/tools/backup/duplicity/linux-disable-timezone-test.patch
blob: b5e6df18a15b3034941a72f882a42c098e690868 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/testing/unit/test_statistics.py
+++ b/testing/unit/test_statistics.py
@@ -59,6 +59,7 @@ class StatsObjTest(UnitTestCase):
         s1 = StatsDeltaProcess()
         assert s1.get_stat('SourceFiles') == 0

+    @unittest.skip("Broken on Linux in Nix' build environment")
     def test_get_stats_string(self):
         """Test conversion of stat object into string"""
         s = StatsObj()