summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-11-07 13:13:55 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2018-11-07 13:13:55 +0100
commite2596ab17b8ae8321d8d82fb501737747f6cd31a (patch)
treef47952204bb1fa793f938b2ea1963f2586574a0d
parente56c7ed2990117edccf1803a56b509b2518f8230 (diff)
downloadpsutil-e2596ab17b8ae8321d8d82fb501737747f6cd31a.tar.gz
disable false positive mem test on travis + osx
-rwxr-xr-xpsutil/tests/test_memory_leaks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/psutil/tests/test_memory_leaks.py b/psutil/tests/test_memory_leaks.py
index ce082459..fc3a0365 100755
--- a/psutil/tests/test_memory_leaks.py
+++ b/psutil/tests/test_memory_leaks.py
@@ -524,6 +524,7 @@ class TestModuleFunctionsLeaks(TestMemLeak):
# --- net
+ @unittest.skipIf(TRAVIS and MACOS, "false positive on travis")
@skip_if_linux()
def test_net_io_counters(self):
self.execute(psutil.net_io_counters, nowrap=False)