Skip to content

Commit e9880ca

Browse files
authored
[SYCL][E2E] Make discard_events_l0_inorder.cpp to UNSUPPORTED (#20623)
Seeing sporadic fails, ex [here](https://github.com/intel/llvm/actions/runs/19303575826/job/55206392071). Signed-off-by: Nick Sarnie <[email protected]>
1 parent c434a61 commit e9880ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/DeprecatedFeatures/DiscardEvents/discard_events_l0_inorder.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
// the discard_events property, if it doesn't pass then it's most likely a
1919
// general issue unrelated to discard_events.
2020

21-
// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev
22-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20601
21+
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && !igc-dev
22+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20601
2323

2424
#include <cassert>
2525
#include <iostream>

0 commit comments

Comments
 (0)