From 97e4f0b084e3555feb2093f8e2bc58ac4d1fdf80 Mon Sep 17 00:00:00 2001 From: agunashe <86270081+agunashe@users.noreply.github.com> Date: Wed, 1 Feb 2023 10:48:11 +0530 Subject: [PATCH] SWDEV-327563 - Disable Unit_hipGraphRetainUserObject_Functional_2 test. (#149) Intermittent issue: corrupted doubly linked list [ROCm/hip-tests commit: 6b48c2f9195bd0e3aadf036a494e2584509679b6] --- .../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 b5eb2dfca6..be119a27ab 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 @@ -27,6 +27,8 @@ "Unit_hipStreamAttachMemAsync_Negative_Parameters", "Unit_hipMemGetAddressRange_Positive", "Unit_hipGraphAddMemcpyNode1D_Negative_Basic", - "Unit_hipStreamGetCaptureInfo_Nullstream_CaptureInfo" + "Unit_hipStreamGetCaptureInfo_Nullstream_CaptureInfo", + "intermittent issue: corrupted double-linked list", + "Unit_hipGraphRetainUserObject_Functional_2" ] }