From 4682ec2db78bb4f1c183c4f9c1f957b326c9c7bd Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Tue, 13 Apr 2021 17:35:33 +0300 Subject: [PATCH] Temporary disable event_profiling_info test. --- SYCL/Basic/event_profiling_info.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SYCL/Basic/event_profiling_info.cpp b/SYCL/Basic/event_profiling_info.cpp index df8fb9f6af..2a520b4099 100644 --- a/SYCL/Basic/event_profiling_info.cpp +++ b/SYCL/Basic/event_profiling_info.cpp @@ -1,5 +1,9 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // +// Looks like there is a bug in the test. There are rare sporadic failures of +// this test on different devices. +// REQUIRES: TEMPORARY_DISABLED +// // RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out