From 9baa2e6da7c1f801fbb6e17cfbb23e2d37bfa34f 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 0e87e64b1f..cfa8516245 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" ] }