From d15be0bb6788d4f117de3564b1acd3a9ff932514 Mon Sep 17 00:00:00 2001 From: Alexander Batashev Date: Tue, 7 Sep 2021 18:39:24 +0300 Subject: [PATCH] [SYCL] Disable flaky Plugin/level_zero_dynamic_batch_test --- SYCL/Plugin/level_zero_dynamic_batch_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SYCL/Plugin/level_zero_dynamic_batch_test.cpp b/SYCL/Plugin/level_zero_dynamic_batch_test.cpp index bc07034e05..80ac826d3b 100644 --- a/SYCL/Plugin/level_zero_dynamic_batch_test.cpp +++ b/SYCL/Plugin/level_zero_dynamic_batch_test.cpp @@ -1,4 +1,4 @@ -// REQUIRES: gpu, level_zero +// REQUIRES: gpu, level_zero, TEMPORARILY_DISABLED // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out