diff --git a/unified-runtime/test/conformance/exp_command_buffer/fill.cpp b/unified-runtime/test/conformance/exp_command_buffer/fill.cpp index e2f03522e544a..9d0e8b413fdca 100644 --- a/unified-runtime/test/conformance/exp_command_buffer/fill.cpp +++ b/unified-runtime/test/conformance/exp_command_buffer/fill.cpp @@ -14,6 +14,11 @@ struct testParametersFill { struct urCommandBufferFillCommandsTest : uur::command_buffer::urCommandBufferExpTestWithParam { void SetUp() override { + // This test fails due to a bug in the Level-Zero driver, it can be + // reenabled after CI machines get their drivers updated + // https://github.com/intel/llvm/issues/17856 + UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{}); + UUR_RETURN_ON_FATAL_FAILURE( uur::command_buffer::urCommandBufferExpTestWithParam< testParametersFill>::SetUp());