Skip to content

Commit aa92b24

Browse files
authored
[SYCL][E2E] Disable flaky profiling_queue.cpp test on CUDA (#14054)
See #14053 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent fbeb7d4 commit aa92b24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/test-e2e/ProfilingTag/profiling_queue.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
// FPGA emulator seems to return unexpected start time for the fallback barrier.
2020
// UNSUPPORTED: accelerator
2121

22+
// Flaky on CUDA
23+
// https://github.com/intel/llvm/issues/14053
24+
// UNSUPPORTED: cuda
25+
2226
#include "common.hpp"
2327

2428
int main() {

0 commit comments

Comments
 (0)