diff --git a/sycl/test-e2e/USM/memops2d/lit.local.cfg b/sycl/test-e2e/USM/memops2d/lit.local.cfg index 95f9ce6d4eec3..4e3149bd1764c 100644 --- a/sycl/test-e2e/USM/memops2d/lit.local.cfg +++ b/sycl/test-e2e/USM/memops2d/lit.local.cfg @@ -3,3 +3,7 @@ # Temporarily disabled until the failure is addressed: # https://github.com/llvm/llvm-project/issues/127791 config.unsupported_features += ['spirv-backend'] + +# https://github.com/intel/llvm/issues/21501 +if 'windows' in config.available_features: + config.unsupported_features += ['gpu-intel-dg2']