Remove extraneous comments

This commit is contained in:
Erik Johnson 2018-12-12 11:11:12 -06:00
parent 264a04292d
commit 9eaa2edfe3
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -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)):