Skip to content

Commit b11316a

Browse files
authored
[SYCL][E2E] Disable flaky test on Windows (#9290)
Originally I wanted to disable this on Gen12 Windows only, but it seems there are a ton of device IDs we would need to check and based on #9117 (comment) we don't care about Windows anyway. Related: #9117 Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent b82027f commit b11316a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/Plugin/level_zero_imm_cmdlist_per_thread.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: gpu, level_zero
22

3-
// Flaky failure on windows && gen12
4-
// UNSUPPORTED: windows && gpu-intel-gen12
3+
// Flaky failure on windows
4+
// UNSUPPORTED: windows
55

66
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %threads_lib %s -o %t.out
77
// RUN: env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 ZE_DEBUG=4 %GPU_RUN_PLACEHOLDER %t.out 2>&1 | FileCheck --check-prefixes=CHECK-ONE-CMDLIST %s

0 commit comments

Comments
 (0)