--- a/numpy/core/tests/test_umath_accuracy.py 2023-02-05 18:13:47.633365000 +0100 +++ b/numpy/core/tests/test_umath_accuracy.py 2025-12-24 08:54:56.477504710 +0100 @@ -18,6 +18,7 @@ # only run on linux with AVX, also avoid old glibc (numpy/numpy#20448). runtest = (sys.platform.startswith('linux') and IS_AVX and not _glibc_older_than("2.17")) +runtest = False platform_skip = pytest.mark.skipif(not runtest, reason="avoid testing inconsistent platform " "library implementations")