Skip to content

Commit 1e13c00

Browse files
authored
[UR] Add known HIP failure for flaky test. (#18723)
1 parent b3f8f35 commit 1e13c00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unified-runtime/test/conformance/exp_command_buffer/update/enqueue_update.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ TEST_P(urUpdatableEnqueueCommandBufferExpTest, SerializeAcrossQueues) {
184184
// Tests that submitting a command-buffer twice to an out-of-order queue
185185
// relying on implicit serialization semantics for dependencies.
186186
TEST_P(urUpdatableEnqueueCommandBufferExpTest, SerializeOutofOrderQueue) {
187+
// See https://github.com/intel/llvm/issues/18722
188+
UUR_KNOWN_FAILURE_ON(uur::HIP{});
189+
187190
// First submission to out-of-order queue
188191
ASSERT_SUCCESS(urEnqueueCommandBufferExp(
189192
out_of_order_queue, updatable_cmd_buf_handle, 0, nullptr, nullptr));

0 commit comments

Comments
 (0)