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" ] - }