Skip to content

Commit 7d565e7

Browse files
authored
Disable fill test for command buffer v2 (#17844)
This PR disables flaky fill test for command buffer that was enabled in #17709. The issue is connected to the bug in the driver that is patched in new version, but the CI machines still have the old one, which causes it to sometimes fail (for example https://github.com/intel/llvm/actions/runs/14250564960/job/39942652796?pr=17836)
1 parent d5153ae commit 7d565e7

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ struct testParametersFill {
1414
struct urCommandBufferFillCommandsTest
1515
: uur::command_buffer::urCommandBufferExpTestWithParam<testParametersFill> {
1616
void SetUp() override {
17+
// This test fails due to a bug in the Level-Zero driver, it can be
18+
// reenabled after CI machines get their drivers updated
19+
// https://github.com/intel/llvm/issues/17856
20+
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
21+
1722
UUR_RETURN_ON_FATAL_FAILURE(
1823
uur::command_buffer::urCommandBufferExpTestWithParam<
1924
testParametersFill>::SetUp());

0 commit comments

Comments
 (0)