diff --git a/test/test_array.py b/test/test_array.py
index 1da3c251ad42ddf3b3276e473a1c9f858dfea141..b4409002316190faabbb2bd53a32311f5bd038a0 100644
--- a/test/test_array.py
+++ b/test/test_array.py
@@ -1134,8 +1134,9 @@ def test_slice(ctx_factory):
     b = b_gpu.get()
 
     if queue.device.platform.name == "Intel(R) OpenCL":
-        # Intel CL appears to miscompile the empty case as of 2022.14.8.0.04
-        start_offset = 1
+        pytest.skip("Intel CL regularly crashes on this test case "
+            "-- https://github.com/conda-forge/"
+            "intel-compiler-repack-feedstock/issues/7")
     else:
         start_offset = 0