diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json index 2ba59aac81..445b274c88 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json @@ -115,6 +115,10 @@ "Unit_hipMemcpyAsync_Negative_Parameters", "Unit_hipMemcpyDtoHAsync_Negative_Parameters", "Unit_hipMemcpyHtoDAsync_Negative_Parameters", - "Unit_hipMemcpyDtoDAsync_Negative_Parameters" + "Unit_hipMemcpyDtoDAsync_Negative_Parameters", + "=== Below tests fail in stress test on 13/07/23 ===", + "Unit_deviceAllocation_Malloc_ComplexDataType", + "Unit_deviceAllocation_New_ComplexDataType", + "Unit_hipStreamValue_Wait32_Blocking_Mask_Eq_1" ] }