From 0e1bbfe1a5ce577168edb48858a5fdd06d7e47ec Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 25 Nov 2024 08:47:24 -0800 Subject: [PATCH] SWDEV-1 - disable failing nvidia tests Unit_hipDeviceSetLimit_Negative_PrintfFifoSize Unit_hipDeviceSetLimit_Negative_MallocHeapSize Change-Id: I526a7deaead4ff89f93f90bca66e9cee13e3d66c [ROCm/hip-tests commit: 61517c976fcfbd5c15006bbde7104e83d9a9f689] --- .../catch/hipTestMain/config/config_nvidia_linux.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json b/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json index 508f42635e..5ad958412d 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json @@ -225,6 +225,9 @@ "Unit_Assert_Positive_Basic_KernelFail", "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/210 ===", "Unit_hipMemImportFromShareableHandle_Positive_MultiProc", - "Unit_hipMemMapArrayAsync_Positive_Basic" + "Unit_hipMemMapArrayAsync_Positive_Basic", + "=== Disabling failing nvidia tests ====", + "Unit_hipDeviceSetLimit_Negative_PrintfFifoSize", + "Unit_hipDeviceSetLimit_Negative_MallocHeapSize" ] }