diff --git a/SYCL/Config/select_device.cpp b/SYCL/Config/select_device.cpp index f62e78f484..36c3f38fd4 100644 --- a/SYCL/Config/select_device.cpp +++ b/SYCL/Config/select_device.cpp @@ -1,3 +1,6 @@ +// Temporarily disabled due to flaky behavior +// REQUIRES: TEMPORARY_DISABLED + // RUN: %clangxx -fsycl %s -o %t.out // // RUN: env WRITE_DEVICE_INFO=1 %GPU_RUN_PLACEHOLDER %t.out