From 276fc44d34e7caeaa72d82fdbdffbb0d557bdbb2 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Thu, 6 Jul 2023 14:21:34 +0530 Subject: [PATCH] Update config_amd_linux_common.json Disable unstable tests based on stress testing - 30Jun [ROCm/hip-tests commit: dfa8015901316bd0e9798a7922bd563dfed00133] --- .../catch/hipTestMain/config/config_amd_linux_common.json | 6 +++++- 1 file changed, 5 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 1a7f2056c7..b9c0e7c79f 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 @@ -81,6 +81,10 @@ "Unit_hipGraphClone_Test_hipGraphExecMemcpyNodeSetParams", "Unit_hipGraphClone_Test_hipGraphMemcpyNodeSetParams1D_and_exec", "Unit_hipStreamValue_Wait64_Blocking_NoMask_And", - "Unit_hipStreamValue_Wait64_Blocking_NoMask_Nor" + "Unit_hipStreamValue_Wait64_Blocking_NoMask_Nor", + "=== Below tests fail in stress test on 30/06/23 ===", + "Unit_hipStreamValue_Wait32_Blocking_NoMask_Nor", + "Unit_hipStreamValue_Write - TestParams", + "Unit_hipMemcpyParam2DAsync_multiDevice-StreamOnDiffDevice" ] }