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:
parent
a8e515a8bb
commit
7cfc74bcc9
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue