diff --git a/test/test_array.py b/test/test_array.py index 045deb26b12770b0da396d8da8bac3c957a867c7..0e0430536992103b23e1682bedf605886d4e286b 100644 --- a/test/test_array.py +++ b/test/test_array.py @@ -470,6 +470,9 @@ def test_divide_array(ctx_factory): def test_bitwise(ctx_factory): + if _PYPY: + pytest.xfail("numpypy: missing bitwise ops") + context = ctx_factory() queue = cl.CommandQueue(context)