Skip to content

Commit 8fd67a0

Browse files
committed
Add missing known fail to urMultiDeviceCommandBufferExpTest.
1 parent b5fedb8 commit 8fd67a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/conformance/program/urMultiDeviceProgramCreateWithBinary.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// See LICENSE.TXT
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66

7+
#include "uur/known_failure.h"
78
#include <uur/fixtures.h>
89
#include <uur/raii.h>
910

@@ -245,6 +246,8 @@ TEST_P(urMultiDeviceProgramCreateWithBinaryTest, CheckProgramGetInfo) {
245246
struct urMultiDeviceCommandBufferExpTest
246247
: urMultiDeviceProgramCreateWithBinaryTest {
247248
void SetUp() override {
249+
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
250+
248251
UUR_RETURN_ON_FATAL_FAILURE(
249252
urMultiDeviceProgramCreateWithBinaryTest::SetUp());
250253

0 commit comments

Comments
 (0)