diff --git a/test/test_wrapper.py b/test/test_wrapper.py index dd5bd976e87bca3317dcd8c6fccdaf8a14a9d662..9776b03231583a021260ff65de72a24d978f6722 100644 --- a/test/test_wrapper.py +++ b/test/test_wrapper.py @@ -958,8 +958,7 @@ def test_coarse_grain_svm(ctx_factory): and dev.type & cl.device_type.CPU): pytest.xfail("AMD CPU doesn't do coarse-grain SVM") if ("AMD" in dev.platform.name - and dev.type & cl.device_type.GPU - ): + and dev.type & cl.device_type.GPU): pytest.xfail("AMD GPU crashes on SVM unmap") n = 3000