From 8873b100b98125eeae4cae8358d500a8a35d54b2 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 23 Nov 2022 14:13:59 +0530 Subject: [PATCH] Disable wall clock test temporarily [ROCm/hip-tests commit: 494dabddf5c96bd8f79e0258a4a1d5f498e7ad37] --- projects/hip-tests/catch/unit/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/hip-tests/catch/unit/CMakeLists.txt b/projects/hip-tests/catch/unit/CMakeLists.txt index c57ba1c25a..d37cea450b 100644 --- a/projects/hip-tests/catch/unit/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/CMakeLists.txt @@ -34,6 +34,6 @@ add_subdirectory(multiThread) add_subdirectory(compiler) add_subdirectory(errorHandling) add_subdirectory(cooperativeGrps) -if(HIP_PLATFORM STREQUAL "amd" AND NOT DEFINED CI_DISABLE_TESTBUILD) -add_subdirectory(clock) -endif() +#if(HIP_PLATFORM STREQUAL "amd") +#add_subdirectory(clock) +#endif()