We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279369d commit 1b93b8eCopy full SHA for 1b93b8e
test/conformance/exp_command_buffer/fill.cpp
@@ -14,6 +14,11 @@ struct testParametersFill {
14
struct urCommandBufferFillCommandsTest
15
: uur::command_buffer::urCommandBufferExpTestWithParam<testParametersFill> {
16
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
+
22
UUR_RETURN_ON_FATAL_FAILURE(
23
uur::command_buffer::urCommandBufferExpTestWithParam<
24
testParametersFill>::SetUp());
0 commit comments