Skip to content

Commit

Permalink
[SYCL][Graph] Disable flaky Windows test (#14070)
Browse files Browse the repository at this point in the history
`test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp` has been reported
as failing on an unrelated PR on Windows -
intel/llvm#11852 (comment)

Disable this test in line with how other flaky graphs tests have been
disabled on Windows in intel/llvm#13966

The `RecordReplay` equivalent of this Explicit test is already disabled
on Windows.
  • Loading branch information
EwanC authored Jun 10, 2024
1 parent 3935e06 commit c98a37f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
// 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 %}
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//

// Test is flaky on Windows, disable until it can be fixed
// UNSUPPORTED: windows

#define GRAPH_E2E_EXPLICIT

Expand Down

0 comments on commit c98a37f

Please sign in to comment.