Skip to content

Commit 09fd1c1

Browse files
authored
[SYCL][UR][CTS] Mark known failure on L0 v2 (#17889)
The test is flaky on V2, similarly to urEnqueueTimestampRecordingExpTest.SuccessBlocking
1 parent 2cc912b commit 09fd1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void common_check(ur_event_handle_t event) {
4646
}
4747

4848
TEST_P(urEnqueueTimestampRecordingExpTest, Success) {
49-
UUR_KNOWN_FAILURE_ON(uur::HIP{}, uur::CUDA{});
49+
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{}, uur::HIP{}, uur::CUDA{});
5050

5151
ur_event_handle_t event = nullptr;
5252
ASSERT_SUCCESS(

0 commit comments

Comments
 (0)