summaryrefslogtreecommitdiff
path: root/psutil/tests/test_linux.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-08-13 11:40:05 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2018-08-13 11:40:05 +0200
commit0806efa9af59e1a0de5828af759b9afc47dfda2e (patch)
treeafacc91a43b6aff2d5651f4762407bd6ef95aa72 /psutil/tests/test_linux.py
parenta43a66fbefa34c141e4cb21ba909a9653cec7cc1 (diff)
downloadpsutil-0806efa9af59e1a0de5828af759b9afc47dfda2e.tar.gz
#1321: refactoring
Diffstat (limited to 'psutil/tests/test_linux.py')
-rwxr-xr-xpsutil/tests/test_linux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/tests/test_linux.py b/psutil/tests/test_linux.py
index 18d9e07a..0216eabb 100755
--- a/psutil/tests/test_linux.py
+++ b/psutil/tests/test_linux.py
@@ -1250,7 +1250,7 @@ class TestMisc(unittest.TestCase):
self.assertRaises(IOError, psutil.net_connections)
self.assertRaises(IOError, psutil.net_io_counters)
self.assertRaises(IOError, psutil.net_if_stats)
- self.assertRaises(IOError, psutil.disk_io_counters)
+ # self.assertRaises(IOError, psutil.disk_io_counters)
self.assertRaises(IOError, psutil.disk_partitions)
self.assertRaises(psutil.NoSuchProcess, psutil.Process)
finally: