diff --git a/SYCL/Config/select_device.cpp b/SYCL/Config/select_device.cpp index f62e78f484..7c6b4049a5 100644 --- a/SYCL/Config/select_device.cpp +++ b/SYCL/Config/select_device.cpp @@ -1,3 +1,8 @@ +// REQUIRES: TEMPORARY_DISABLED +// plt.has(aspect::gpu) returning wrong value when ONEAPI_DEVICE_SELECTOR +// or SYCL_DEVICE_FILTER environment variables are used. Temporarily +// disabling this test until that is fixed. + // RUN: %clangxx -fsycl %s -o %t.out // // RUN: env WRITE_DEVICE_INFO=1 %GPU_RUN_PLACEHOLDER %t.out