From d9c4e190f849c8051bdd53e2db0008cb2c7d613c Mon Sep 17 00:00:00 2001 From: Sergio Garcia <47090312+singiamtel@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:39:03 +0100 Subject: [PATCH] Disable test_Generator_test_GeneratorPythia8Param (#13893) Currently broken in osx_ARM64 --- Generators/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Generators/CMakeLists.txt b/Generators/CMakeLists.txt index d909b3e604887..02caa63df0d43 100644 --- a/Generators/CMakeLists.txt +++ b/Generators/CMakeLists.txt @@ -130,11 +130,11 @@ if(doBuildSimulation) LABELS generator PUBLIC_LINK_LIBRARIES O2::Generators) - o2_add_test(GeneratorPythia8Param NAME test_Generator_test_GeneratorPythia8Param - SOURCES test/test_GeneratorPythia8Param.cxx - COMPONENT_NAME Generator - LABELS generator - PUBLIC_LINK_LIBRARIES O2::Generators) + # o2_add_test(GeneratorPythia8Param NAME test_Generator_test_GeneratorPythia8Param + # SOURCES test/test_GeneratorPythia8Param.cxx + # COMPONENT_NAME Generator + # LABELS generator + # PUBLIC_LINK_LIBRARIES O2::Generators) endif()