Skip to content

Commit b143907

Browse files
committed
[UR][L0v2] Mark cmd buffer test as a known failure
The urCommandBufferAppendMemBufferWriteRectTestWithParam.Success testcase is known to fail sporadically on L0 adapter, the same happens on L0 v2 adapter.
1 parent 6844164 commit b143907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ UUR_DEVICE_TEST_SUITE_WITH_PARAM(
121121
urCommandBufferAppendMemBufferWriteRectTestWithParam>);
122122

123123
TEST_P(urCommandBufferAppendMemBufferWriteRectTestWithParam, Success) {
124-
UUR_KNOWN_FAILURE_ON(uur::LevelZero{});
124+
UUR_KNOWN_FAILURE_ON(uur::LevelZero{}, uur::LevelZeroV2{});
125125

126126
// Zero it to begin with since the write may not cover the whole buffer.
127127
const uint8_t zero = 0x0;

0 commit comments

Comments
 (0)