From dd31050d4c1b4f7802a7817c7ae6252e592059e0 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Tue, 29 Mar 2022 04:25:09 +0530 Subject: [PATCH] SWDEV-326661 - Windows: skipping failed tests to enable execution in jenkins (#2574) Change-Id: I52e90a9f2eafeba03f62604c9350d3ebaa95b818 --- tests/catch/hipTestMain/config/config_amd_windows.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/catch/hipTestMain/config/config_amd_windows.json b/tests/catch/hipTestMain/config/config_amd_windows.json index bd74895f03..47f36b7418 100644 --- a/tests/catch/hipTestMain/config/config_amd_windows.json +++ b/tests/catch/hipTestMain/config/config_amd_windows.json @@ -22,7 +22,14 @@ "Unit_hipMallocManaged_CoherentTst", "Unit_hipMallocManaged_CoherentTstWthAdvise", "Unit_hipMalloc_CoherentTst", - "Unit_hipExtMallocWithFlags_CoherentTst" + "Unit_hipExtMallocWithFlags_CoherentTst", + "Unit_printf_flags", + "Unit_printf_specifier", + "Unit_hipTextureObj2D_Check", + "Unit_hipTextureMipmapObj2D_Check", + "Unit_hipStreamPerThread_DeviceReset_1", + "Unit_hipStreamPerThread_DeviceReset_2", + "Unit_hipManagedKeyword_MultiGpu" ] }