diff --git a/tests/catch/hipTestMain/config/config_amd_windows.json b/tests/catch/hipTestMain/config/config_amd_windows.json index 9fc36b8e4c..5ae00f6dc1 100644 --- a/tests/catch/hipTestMain/config/config_amd_windows.json +++ b/tests/catch/hipTestMain/config/config_amd_windows.json @@ -52,6 +52,13 @@ "Unit_hipStreamGetCaptureInfo_UniqueID", "Unit_hipStreamGetCaptureInfo_ArgValidation", "# Following test is related to ticket EXSWCPHIPT-41", - "Unit_hipStreamGetPriority_happy" + "Unit_hipStreamGetPriority_happy", + "Unit_hipMemPoolApi_Basic", + "Unit_hipMemPoolApi_BasicAlloc", + "Unit_hipMemPoolApi_BasicTrim", + "Unit_hipMemPoolApi_BasicReuse", + "Unit_hipMemPoolApi_Opportunistic", + "Unit_hipMemPoolApi_Default", + "Unit_hipDeviceGetUuid" ] }