glances: 3.1.3 -> 3.1.4

This commit is contained in:
Michael Weiss
2020-03-12 00:13:27 +00:00
committed by Alyssa Ross
parent 2f41d464a6
commit 152dddaa8f
2 changed files with 4 additions and 24 deletions
@@ -50,11 +50,3 @@ diff --git a/unitest.py b/unitest.py
def test_006_swap(self):
"""Check MEMSWAP plugin."""
stats_to_check = ['used', 'free', 'total']
@@ -191,6 +196,7 @@ class TestGlances(unittest.TestCase):
self.assertTrue(type(stats_grab) is list, msg='Folders stats is not a list')
print('INFO: Folders stats: %s' % stats_grab)
+ @unittest.skip("Fails on NixOS (TODO)")
def test_012_ip(self):
"""Check IP plugin."""
print('INFO: [TEST_012] Check IP stats')