Skip to content

Commit 5cc8341

Browse files
author
Ewan Crawford
committed
[SYCL][Graph] Disable flaky Windows test
`test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp` has been reported as failing on an unrelated PR on Windows - #11852 (comment) Disable this test in line with how other flaky graphs tests have been disabled on Windows #13966 The `RecordReplay` equivalent of this Explicit test is already disabled on Windows.
1 parent a35f862 commit 5cc8341

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
7-
//
7+
8+
// Test is flaky on Windows, disable until it can be fixed
9+
// UNSUPPORTED: windows
810

911
#define GRAPH_E2E_EXPLICIT
1012

0 commit comments

Comments
 (0)