diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index c80d1ad12b..1b279d9f7e 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -912,6 +912,8 @@ "=== SWDEV-470751 : Fine Grain memory is MTYPE_NC due to HW bug.", "Unit_hipEventCreateWithFlags_DisableSystemFence_CohHstMem", #endif + "=== Following tests disabled as it should be a local perf test", + "Performance_hipExtLaunchKernelGGL_QueryGPUFrequency", "End of json" ] } diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index 9f482bba8f..91ba6d2a8a 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -751,6 +751,8 @@ "Unit_hipGraphInstantiateWithFlags_AutoFreeOnLaunchDoubleKernel", "Unit_hipGraphInstantiateWithFlags_WithDefaultAndAutoFreeOnLaunch", #endif + "=== Following tests disabled as it should be a local perf test", + "Performance_hipExtLaunchKernelGGL_QueryGPUFrequency", "End of json" ] } diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json index 0a8c6f0feb..80926e317f 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json @@ -639,6 +639,8 @@ "Note: test dropped in latest gerritgit", "Unit_hipStreamCreate_WithPriorityPerformance_Default_high", "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_high", - "Unit_hipStreamCreate_WithPriorityPerformance_Default_low" + "Unit_hipStreamCreate_WithPriorityPerformance_Default_low", + "=== Following tests disabled as it should be a local perf test", + "Performance_hipExtLaunchKernelGGL_QueryGPUFrequency" ] }