Skip to content

Commit

Permalink
[SYCL][E2E] Reenable flaky L0 tests
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
steffenlarsen committed Sep 20, 2024
1 parent 2c9d980 commit 4d5e714
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions sycl/test-e2e/HostInteropTask/host-task-two-queues.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
//
// TODO: Flaky fail on Level Zero that is why mark as unsupported temporarily.
// UNSUPPORTED: level_zero

#include <iostream>
#include <sycl/detail/core.hpp>
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Plugin/sycl-ls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@
// The test crashed on CUDA CI machines with the latest OpenCL GPU RT
// (21.19.19792).
// UNSUPPORTED: cuda
// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero

0 comments on commit 4d5e714

Please sign in to comment.