Skip to content

Commit 1a476b1

Browse files
KornevNikitasarnexuditagarwal97
authored
[SYCL][E2E] Disable USM tests on HIP because they randomly fail (#15913) (#16591)
Different tests randomly fail, so disabling the ones that happen to fail isn't productive. Just disable them all. I'll ping HIP people on the GH [issue](#15648) to look into this ASAP. Examples: [one](https://github.com/intel/llvm/actions/runs/11571336819/job/32209524859), [two](https://github.com/intel/llvm/actions/runs/11555099026/job/32160351729) --------- Signed-off-by: Sarnie, Nick <[email protected]> Co-authored-by: Nick Sarnie <[email protected]> Co-authored-by: Udit Kumar Agarwal <[email protected]>
1 parent ac7f169 commit 1a476b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test-e2e/USM/lit.local.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# https://github.com/intel/llvm/issues/15648
2+
config.unsupported_features += ['hip']

0 commit comments

Comments
 (0)