Skip to content

Commit 99389f8

Browse files
authored
[UR][Graph] Disable flaky CTS test on L0 v2 (#18611)
As tracked in #18610 there have been fails for the `urEnqueueCommandBufferExpTest.SerializeOutofOrderQueue` UR CTS test on the Level-Zero V2 adapter on unrelated PRs. Disabling test on V2 until issue can be investigated/resolved to help keep CI stable.
1 parent ea7539b commit 99389f8

File tree

1 file changed

+3
-0
lines changed
  • unified-runtime/test/conformance/exp_command_buffer

1 file changed

+3
-0
lines changed

unified-runtime/test/conformance/exp_command_buffer/enqueue.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ TEST_P(urEnqueueCommandBufferExpTest, SerializeAcrossQueues) {
113113
// Tests that submitting a command-buffer twice to an out-of-order queue
114114
// relying on implicit serialization semantics for dependencies.
115115
TEST_P(urEnqueueCommandBufferExpTest, SerializeOutofOrderQueue) {
116+
// https://github.com/intel/llvm/issues/18610
117+
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
118+
116119
ASSERT_SUCCESS(urEnqueueCommandBufferExp(out_of_order_queue, cmd_buf_handle,
117120
0, nullptr, nullptr));
118121
ASSERT_SUCCESS(urEnqueueCommandBufferExp(out_of_order_queue, cmd_buf_handle,

0 commit comments

Comments
 (0)