From de60a9e58536f6852c1f698838d30cdf51b6721d Mon Sep 17 00:00:00 2001 From: jtpatel Date: Thu, 27 Apr 2023 02:35:46 +0530 Subject: [PATCH] SWDEV-396088 - Disable Unit_hipMemcpy2DToArrayAsync_Positive_Synchronization_Behavior. (#251) [ROCm/hip-tests commit: b52e7868b0ec89e7af2168f37a8dd6892a547864] --- .../catch/hipTestMain/config/config_amd_linux_common.json | 4 +++- 1 file changed, 3 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 88a91bf511..ec86f902cc 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 @@ -62,6 +62,8 @@ "Disabling test tracked SWDEV-394199", "Unit_hipStreamCreateWithPriority_MulthreadNonblockingflag", "Disabling test tracked SWDEV-395683", - "Unit_hipStreamPerThread_MultiThread" + "Unit_hipStreamPerThread_MultiThread", + "Disabling tests tracked with SWDEV-389647..", + "Unit_hipMemcpy2DToArrayAsync_Positive_Synchronization_Behavior" ] }