mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove extraneous comments
This commit is contained in:
parent
264a04292d
commit
9eaa2edfe3
1 changed files with 0 additions and 11 deletions
|
@ -142,17 +142,6 @@ class PsTestCase(TestCase):
|
|||
'fstype': 'hfs'},
|
||||
ps.disk_partitions()[0])
|
||||
|
||||
## Should only be tested in integration
|
||||
# def test_total_physical_memory(self):
|
||||
# pass
|
||||
|
||||
## Should only be tested in integration
|
||||
# def test_num_cpus(self):
|
||||
# pass
|
||||
|
||||
## Should only be tested in integration
|
||||
# def test_boot_time(self):
|
||||
# pass
|
||||
def test_network_io_counters(self):
|
||||
with patch('salt.utils.psutil_compat.net_io_counters',
|
||||
MagicMock(return_value=STUB_NETWORK_IO)):
|
||||
|
|
Loading…
Add table
Reference in a new issue