From 9d5dd68ea774c62ec8be8aa9bb89e41c77e6cccb Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Thu, 18 Apr 2024 11:05:09 -0500 Subject: [PATCH] remove commented out tests Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 4f408e9fc35b14213f95a200ed70b195b1af2409] --- projects/rocprofiler-compute/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index 4dec2d1c3d..b12231c418 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -238,11 +238,6 @@ add_test( ${COV_OPTION} ${PROJECT_SOURCE_DIR}/tests/test_analyze_commands.py WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}) -# add_test( NAME test_analyze_commands_serial COMMAND pytest -m "serial" -# --junitxml=tests/test_analyze_commands_serial.xml ${COV_OPTION} -# ${PROJECT_SOURCE_DIR}/tests/test_analyze_commands.py WORKING_DIRECTORY -# ${PROJECT_SOURCE_DIR}) - # --------------------------- # analyze workloads tests # ---------------------------