Skip to content

Commit 69ac374

Browse files
authored
[SYCL][E2E] Temporarily disable reduction test execution (#19892)
Failing sporadically on basically all platforms and OSs. #19680 #19767 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 11776c0 commit 69ac374

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# https://github.com/intel/llvm/issues/19680
2+
# https://github.com/intel/llvm/issues/19767
3+
if 'run-mode' in config.available_features:
4+
config.unsupported_features += ['true']

0 commit comments

Comments
 (0)