Skip to content

Commit cb6baf5

Browse files
EwanCgithub-actions[bot]
authored andcommitted
Disable flaky CTS test on L0 v2 (#18611)
As tracked in intel/llvm#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 4721ced commit cb6baf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)