diff --git a/SYCL/ESIMD/kmeans/kmeans.cpp b/SYCL/ESIMD/kmeans/kmeans.cpp index 35ef4aea49..af484b0378 100644 --- a/SYCL/ESIMD/kmeans/kmeans.cpp +++ b/SYCL/ESIMD/kmeans/kmeans.cpp @@ -9,7 +9,8 @@ // UNSUPPORTED: cuda // RUN: %clangxx -fsycl %s -I%S/.. -o %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out %S/points.csv -// RUN: %GPU_RUN_PLACEHOLDER %t.out %S/points.csv +// FIXME disable the test until timeout issue is fixed +// RUNx: %GPU_RUN_PLACEHOLDER %t.out %S/points.csv // #include "kmeans.h"