Skip to content

Commit 3c1e0dc

Browse files
[SYCL][E2E] Reenable flaky L0 tests (#15459)
The two tests reenabled in this test were disabled due to flaky failure on L0. This commit tries to reenable them. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
1 parent 74e4ae1 commit 3c1e0dc

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

sycl/test-e2e/HostInteropTask/host-task-two-queues.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
//
4-
// TODO: Flaky fail on Level Zero that is why mark as unsupported temporarily.
5-
// UNSUPPORTED: level_zero
63

74
#include <iostream>
85
#include <sycl/detail/core.hpp>

sycl/test-e2e/Plugin/sycl-ls.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@
1212
// The test crashed on CUDA CI machines with the latest OpenCL GPU RT
1313
// (21.19.19792).
1414
// UNSUPPORTED: cuda
15-
// Temporarily disable on L0 due to fails in CI
16-
// UNSUPPORTED: level_zero

0 commit comments

Comments
 (0)