From 11b38a3500a0759a1e4521dcc842fa08e03eb2ce 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 [ROCm/hip-tests commit: fcaa8d7db80548055af2371866e081332ab36f93] --- .../catch/hipTestMain/config/config_amd_windows_common.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows_common.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows_common.json index f9d644675e..ef8466de2f 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows_common.json +++ b/projects/hip-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" ] }