mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-20 00:03:58 +00:00
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:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user