From ef67edd191c466e12f766ea82aff4c69af2f31ed Mon Sep 17 00:00:00 2001 From: agunashe <86270081+agunashe@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:36:57 -0700 Subject: [PATCH] SWDEV-320902 - disable two failing tests on Windows (#2626) [ROCm/hip commit: d735955db50b27dceab4ef976199e79b50b8fa0a] --- .../tests/catch/hipTestMain/config/config_amd_windows.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/hip/tests/catch/hipTestMain/config/config_amd_windows.json b/projects/hip/tests/catch/hipTestMain/config/config_amd_windows.json index d60f72243c..e84d88bf85 100644 --- a/projects/hip/tests/catch/hipTestMain/config/config_amd_windows.json +++ b/projects/hip/tests/catch/hipTestMain/config/config_amd_windows.json @@ -59,7 +59,9 @@ "Unit_hipGraphExecEventRecordNodeSetEvent_Negative", "Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Negative", "Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Functional", - "Unit_hipPtrGetAttribute_Simple" + "Unit_hipPtrGetAttribute_Simple", + "Unit_hipStreamCreateWithPriority_ValidateWithEvents", + "Unit_hipEvent" ] }