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

This commit is contained in:
Brian Warner 2008-12-04 15:00:53 -07:00
parent a8e515a8bb
commit 7cfc74bcc9
1 changed files with 0 additions and 1 deletions

View File

@ -773,7 +773,6 @@ class SystemTest(SystemTestMixin, unittest.TestCase):
# P/s2-rw/ # P/s2-rw/
# P/test_put/ (empty) # P/test_put/ (empty)
d.addCallback(self._test_checker) d.addCallback(self._test_checker)
d.addCallback(self._grab_stats)
return d return d
test_vdrive.timeout = 1100 test_vdrive.timeout = 1100