From f2dfd620c243e8fa4bb1e3e057a95d9a6d19981f Mon Sep 17 00:00:00 2001 From: German Andryeyev Date: Mon, 29 Apr 2024 11:24:25 -0400 Subject: [PATCH] SWDEV-353281 - Disable MemPool functional test Change-Id: I147d31c90f601dae88e06c55c4d5deb142ae61ae --- catch/hipTestMain/config/config_amd_linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/catch/hipTestMain/config/config_amd_linux b/catch/hipTestMain/config/config_amd_linux index 4710326f76..92795fd616 100644 --- a/catch/hipTestMain/config/config_amd_linux +++ b/catch/hipTestMain/config/config_amd_linux @@ -1443,6 +1443,9 @@ "Unit_hipModuleLaunchCooperativeKernelMultiDevice_Positive_Basic", "Unit_hipModuleLaunchCooperativeKernelMultiDevice_Negative_Parameters", "Unit_hipModuleLaunchCooperativeKernelMultiDevice_Negative_MultiKernelSameDevice", + "=== Below tests have issues in MGPU setup ===", + "Unit_hipDeviceGetGraphMemAttribute_Functional", + "Unit_hipDeviceGetGraphMemAttribute_Functional_Multi_Device", #endif #if defined VEGA20 "=== SWDEV-419112 Below tests fail in stress test on 29/08/23 ===",