summaryrefslogtreecommitdiff
path: root/psutil/tests/test_osx.py
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/test_osx.py')
-rwxr-xr-xpsutil/tests/test_osx.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/psutil/tests/test_osx.py b/psutil/tests/test_osx.py
index d0f588ad..8abddb52 100755
--- a/psutil/tests/test_osx.py
+++ b/psutil/tests/test_osx.py
@@ -6,6 +6,7 @@
"""macOS specific tests."""
+import platform
import re
import time
import unittest
@@ -144,6 +145,8 @@ class TestSystemAPIs(PsutilTestCase):
num = sysctl("sysctl hw.physicalcpu")
self.assertEqual(num, psutil.cpu_count(logical=False))
+ # TODO: remove this once 1892 is fixed
+ @unittest.skipIf(platform.machine() == 'arm64', "skipped due to #1892")
def test_cpu_freq(self):
freq = psutil.cpu_freq()
self.assertEqual(