From 3daebe2d75419141b3452a3deae91b5c53a0855a Mon Sep 17 00:00:00 2001 From: agunashe <86270081+agunashe@users.noreply.github.com> Date: Tue, 23 May 2023 16:17:55 -0700 Subject: [PATCH] SWDEV-398971 - disable Unit_hipStreamCreateWithPriority_MulthreadDefaultflag (#272) [ROCm/hip-tests commit: 3cc4f0c451a5fde84ce7bbeeed88aeeceb6c0471] --- .../catch/hipTestMain/config/config_amd_windows_common.json | 4 +++- 1 file changed, 3 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 f9be07bda6..88edf1fdae 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 @@ -162,6 +162,8 @@ "Unit_hipMemcpyPeer_Positive_ZeroSize", "Unit_hipMemcpyPeerAsync_Positive_ZeroSize", "Disabling test tracked SWDEV-391718", - "Unit_hipMemRangeGetAttribute_TstCountParam" + "Unit_hipMemRangeGetAttribute_TstCountParam", + "SWDEV-398981 fails in stress test", + "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag" ] }