From 292bdcb7e27dd92bc46c6385edb910002a7674fa 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 commit: 385a1140253786331b0b43a88e8f92f0db65de68] --- 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()