Skip to content

Commit b4dbfbb

Browse files
authored
[SYCL][Graph] Disable Windows tests on LNL (#18894)
As reported in CMPLRTST-27275 there are windows test fails on Lunar Lake. Disable these tests until issues can be investigated and fixed.
1 parent c90a53c commit b4dbfbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# https://github.com/intel/llvm/issues/17165
21
if 'windows' in config.available_features:
2+
# https://github.com/intel/llvm/issues/17165
33
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
4+
# CMPLRTST-27275
5+
config.unsupported_features += ['arch-intel_gpu_lnl_m']

0 commit comments

Comments
 (0)