Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 1f65b98

Browse files
authored
Disable flaky test on windows (#40)
1 parent dffe2c6 commit 1f65b98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SYCL/Basic/enqueue_barrier.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
44
// RUN: env SYCL_PI_TRACE=2 %ACC_RUN_PLACEHOLDER %t.out 2>&1 %ACC_CHECK_PLACEHOLDER
55

6-
// UNSUPPORTED: cuda
6+
// The test is failing sporadically on Windows OpenCL RTs
7+
// Disabling on windows until fixed
8+
// UNSUPPORTED: cuda || windows
79

810
#include <CL/sycl.hpp>
911
#include <CL/sycl/INTEL/fpga_device_selector.hpp>

0 commit comments

Comments
 (0)