Skip to content

Commit 5c30e32

Browse files
Revert "[UR][Graph] Disable flaky CTS test on L0 v2 (intel#18611)"
This reverts commit 99389f8.
1 parent 83561a8 commit 5c30e32

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ 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-
119116
ASSERT_SUCCESS(urEnqueueCommandBufferExp(out_of_order_queue, cmd_buf_handle,
120117
0, nullptr, nullptr));
121118
ASSERT_SUCCESS(urEnqueueCommandBufferExp(out_of_order_queue, cmd_buf_handle,

0 commit comments

Comments
 (0)