From d7c774b709201991259c7e5491fd86da5fec3432 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 14 Jul 2023 12:11:16 +0530 Subject: [PATCH] Disable tests failing in stress testing. [ROCm/hip-tests commit: ad9f036f1dd11e9c1293bc511d3f12c980bfc393] --- .../catch/hipTestMain/config/config_amd_linux_common.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" ] }