From 7cfc74bcc99d04be383114d50e12a3f6608e447d Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 4 Dec 2008 15:00:53 -0700
Subject: [PATCH] test_system.py: don't ask the stats-gatherer to poll: it
 tolerates failures, so it isn't really giving us enough test coverage.
 Removing the call will make it more clear that we need to improve the tests
 later

---
 src/allmydata/test/test_system.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py
index 87c1eb0d..942ffe4b 100644
--- a/src/allmydata/test/test_system.py
+++ b/src/allmydata/test/test_system.py
@@ -773,7 +773,6 @@ class SystemTest(SystemTestMixin, unittest.TestCase):
         # P/s2-rw/
         # P/test_put/  (empty)
         d.addCallback(self._test_checker)
-        d.addCallback(self._grab_stats)
         return d
     test_vdrive.timeout = 1100
 
-- 
2.45.2