summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/system/glances/skip-failing-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/system/glances/skip-failing-tests.patch')
-rw-r--r--pkgs/applications/system/glances/skip-failing-tests.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/applications/system/glances/skip-failing-tests.patch b/pkgs/applications/system/glances/skip-failing-tests.patch
index e3116af6a2c2..f47f1218aea5 100644
--- a/pkgs/applications/system/glances/skip-failing-tests.patch
+++ b/pkgs/applications/system/glances/skip-failing-tests.patch
@@ -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')