Skip to content

Commit a941c51

Browse files
Revert "[UR][Graph] Disable flaky CTS test on L0 v2 (#18636)"
This reverts commit 80a1ff0.
1 parent 82f4ea2 commit a941c51

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ struct urEnqueueCommandBufferExpTest
2222
program_name = "increment";
2323
UUR_RETURN_ON_FATAL_FAILURE(urCommandBufferExpExecutionTest::SetUp());
2424

25-
// https://github.com/intel/llvm/issues/18610
26-
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
27-
2825
// Create an in-order queue
2926
ur_queue_properties_t queue_properties = {
3027
UR_STRUCTURE_TYPE_QUEUE_PROPERTIES, nullptr, 0};
@@ -116,6 +113,9 @@ TEST_P(urEnqueueCommandBufferExpTest, SerializeAcrossQueues) {
116113
// Tests that submitting a command-buffer twice to an out-of-order queue
117114
// relying on implicit serialization semantics for dependencies.
118115
TEST_P(urEnqueueCommandBufferExpTest, SerializeOutofOrderQueue) {
116+
// https://github.com/intel/llvm/issues/18610
117+
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
118+
119119
ASSERT_SUCCESS(urEnqueueCommandBufferExp(out_of_order_queue, cmd_buf_handle,
120120
0, nullptr, nullptr));
121121
ASSERT_SUCCESS(urEnqueueCommandBufferExp(out_of_order_queue, cmd_buf_handle,

0 commit comments

Comments
 (0)