From cc66889e53f2a19bece623746f7184ef6c8ed44a Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Tue, 19 Jul 2022 19:32:06 +0530 Subject: [PATCH] SWDEV-340649 - Disables memory oversubscription test case (#2810) Change-Id: I5597995c097b35564298d7ea8200ef2d89dcfa0f [ROCm/hip-tests commit: 6da49736129375089fa1e78f3b5b4d375894429e] --- .../hip-tests/catch/hipTestMain/config/config_amd_linux.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux.json index c11a1b823e..60ef935548 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux.json @@ -1,7 +1,7 @@ { "DisabledTests": [ - "Unit_hipStreamPerThread_DeviceReset_1" + "Unit_hipStreamPerThread_DeviceReset_1", + "Unit_hipMallocManaged_OverSubscription" ] - }