From b6f50047f096b30cbd9cf2d93e501a79a84b5dc7 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Wed, 8 Feb 2023 21:21:21 +0000 Subject: [PATCH] Disable Unit_hipGraphRetainUserObject_Functional_2 On Windows due to intermittent failures. --- catch/hipTestMain/config/config_amd_windows_common.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/catch/hipTestMain/config/config_amd_windows_common.json b/catch/hipTestMain/config/config_amd_windows_common.json index 0e87e64b1..cfa851624 100644 --- a/catch/hipTestMain/config/config_amd_windows_common.json +++ b/catch/hipTestMain/config/config_amd_windows_common.json @@ -100,6 +100,8 @@ "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ClonedGrph", "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ChldNode", "Unit_hipMemGetAddressRange_Negative", - "Unit_hipMemGetAddressRange_Positive" + "Unit_hipMemGetAddressRange_Positive", + "Note: intermittent Failure", + "Unit_hipGraphRetainUserObject_Functional_2" ] }