From 1f343c299d386953dd5d1cdd3c37873ec3a470b3 Mon Sep 17 00:00:00 2001 From: Rakesh Roy Date: Wed, 18 Oct 2023 13:03:07 +0530 Subject: [PATCH] SWDEV-426219 - Disable Unit_hipLaunchParm on MI100 - Unit_hipLaunchParm fails in integrity test & in PSDB on MI100. - Disable it until the failure is fixed. Change-Id: Id055860e067189c0ef85c77583c73269db9d2b51 [ROCm/hip-tests commit: 31dbd1970ab7db728242aadae994dc28788371ab] --- projects/hip-tests/catch/hipTestMain/config/config_amd_linux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 9f233a653d..4ae9ac3fc1 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -167,6 +167,8 @@ "=== SWDEV-425248:Below tests failed in stress test on 11/10/23 ===", "Unit_hipHostRegister_Memcpy - double", "Unit_hipP2pLinkTypeAndHopFunc", + "=== SWDEV-426219:This test fails in integrity test & PSDB ===", + "Unit_hipLaunchParm", #endif #if defined MI2XX "Unit_hipStreamPerThread_DeviceReset_1",