From d0c63f8d5336ef78f52ea360f3ade20329de90cf Mon Sep 17 00:00:00 2001 From: agunashe <86270081+agunashe@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:11:08 -0800 Subject: [PATCH] SWDEV-327563 - skip Unit_hipGraphAddEventRecordNode_Functional_WithoutFlags (#3091) * SWDEV-327563 - skip Unit_hipGraphAddEventRecordNode_Functional_WithoutFlags * SWDEV-327563 - skip Unit_hipGraphAddEventRecordNode_MultipleRun --- .../catch/hipTestMain/config/config_amd_windows_common.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/catch/hipTestMain/config/config_amd_windows_common.json b/tests/catch/hipTestMain/config/config_amd_windows_common.json index f9d644675e..ef8466de2f 100644 --- a/tests/catch/hipTestMain/config/config_amd_windows_common.json +++ b/tests/catch/hipTestMain/config/config_amd_windows_common.json @@ -86,6 +86,9 @@ "Unit_hipGraphNodeGetDependencies_Functional", "Unit_hipGraphExecChildGraphNodeSetParams_ChildTopology", "Note: needs to be enabled when streamPerThread issues are fixed", - "Unit_hipStreamSynchronize_NullStreamAndStreamPerThread" + "Unit_hipStreamSynchronize_NullStreamAndStreamPerThread", + "Note: intermittent Seg fault failure ", + "Unit_hipGraphAddEventRecordNode_Functional_WithoutFlags", + "Unit_hipGraphAddEventRecordNode_MultipleRun" ] }