From 7bccf8cc16f0bd96cd44741a2aebdd33553b12e0 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) --- catch/hipTestMain/config/config_amd_windows.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/catch/hipTestMain/config/config_amd_windows.json b/catch/hipTestMain/config/config_amd_windows.json index d60f72243c..e84d88bf85 100644 --- a/catch/hipTestMain/config/config_amd_windows.json +++ b/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" ] }