From 634add4e22063c89ab4d0b27a611696549e3e581 Mon Sep 17 00:00:00 2001 From: Jacob Lambert Date: Thu, 7 May 2026 15:08:30 -0700 Subject: [PATCH] [Comgr][test] Disable compile_hip_with_libcxx_test Will be re-enabled in #2444. Co-Authored-By: Claude --- amd/comgr/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amd/comgr/test/CMakeLists.txt b/amd/comgr/test/CMakeLists.txt index 8ba3d5e7aa898..9a8dc9669f434 100644 --- a/amd/comgr/test/CMakeLists.txt +++ b/amd/comgr/test/CMakeLists.txt @@ -246,6 +246,6 @@ add_comgr_test(compile_source_to_executable c) add_comgr_test(name_expression_map_test c) add_comgr_test(compile_hip_test c) add_comgr_test(compile_hip_to_relocatable c) -add_comgr_test(compile_hip_with_libcxx_test c) +#add_comgr_test(compile_hip_with_libcxx_test c) add_comgr_test(mangled_names_hip_test c) #add_comgr_test(unbundle_hip_test c)