summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-05-30 20:33:50 +0800
committerGiampaolo Rodola <g.rodola@gmail.com>2019-05-30 20:33:50 +0800
commita81c4e3991e3670bf5affba8bbbbdd0a00f7cabe (patch)
treecf4bbff40fe1650815b92dc32240b1e13ab329c1
parent71a7bb56dbbfb5a70b575a939a69ba7f815745c5 (diff)
downloadpsutil-a81c4e3991e3670bf5affba8bbbbdd0a00f7cabe.tar.gz
skip pure-python mem test on linux
-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 dde50a57..543dbf71 100755
--- a/psutil/tests/test_memory_leaks.py
+++ b/psutil/tests/test_memory_leaks.py
@@ -467,6 +467,7 @@ class TestModuleFunctionsLeaks(TestMemLeak):
def test_per_cpu_times(self):
self.execute(psutil.cpu_times, percpu=True)
+ @skip_if_linux()
def test_cpu_stats(self):
self.execute(psutil.cpu_stats)