Skip to content

Commit 65e29ff

Browse files
committed
Disable ASAN tests on PVC
1 parent 036cab2 commit 65e29ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ config.substitutions.append(
1111
config.unsupported_features += ['cuda', 'hip']
1212

1313
# FIXME: Skip gen devices, waiting for gfx driver uplifting
14-
config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-dg2', 'gpu-intel-pvc']
14+
config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-dg2', 'gpu-intel-pvc', 'arch-intel_gpu_pvc']

0 commit comments

Comments
 (0)