Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/testing/unit/test_statistics.py
2+++ b/testing/unit/test_statistics.py
3@@ -59,6 +59,7 @@ class StatsObjTest(UnitTestCase):
4 s1 = StatsDeltaProcess()
5 assert s1.get_stat('SourceFiles') == 0
6
7+ @unittest.skip("Broken on Linux in Nix' build environment")
8 def test_get_stats_string(self):
9 """Test conversion of stat object into string"""
10 s = StatsObj()