diff --git a/SYCL/Regression/event_destruction.cpp b/SYCL/Regression/event_destruction.cpp index cceb787c73..16cd945867 100644 --- a/SYCL/Regression/event_destruction.cpp +++ b/SYCL/Regression/event_destruction.cpp @@ -1,3 +1,5 @@ +// REQUIRES: TEMPORARY_DISABLED +// Temporarily disabled because the test is out of time // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // RUN: %HOST_RUN_PLACEHOLDER %t.out