Skip to content

Commit b2f8486

Browse files
[UR] Disable test that failed on unrelated changes (#20209)
Issue report is #20208 Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent eb9e685 commit b2f8486

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unified-runtime/test/conformance/usm/urUSMHostAlloc.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
struct urUSMHostAllocTest : uur::urUSMAllocTest {
1414
void SetUp() override {
15+
// https://github.com/intel/llvm/issues/20208
16+
UUR_KNOWN_FAILURE_ON(uur::LevelZeroV2{});
1517
UUR_RETURN_ON_FATAL_FAILURE(urUSMAllocTest::SetUp());
1618
ASSERT_SUCCESS(uur::GetDeviceUSMHostSupport(device, USMSupport));
1719
if (!USMSupport) {

0 commit comments

Comments
 (0)