From d43c35f1c619b2c3ac114ec1375b1ec4527d5d5f Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Tue, 27 Feb 2024 17:07:22 +0100 Subject: [PATCH] Disabling weaver test until we have EDM4hep 1.0 compatible files --- addons/ONNXRuntime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/ONNXRuntime/CMakeLists.txt b/addons/ONNXRuntime/CMakeLists.txt index 397a8072fe..30ab931f02 100644 --- a/addons/ONNXRuntime/CMakeLists.txt +++ b/addons/ONNXRuntime/CMakeLists.txt @@ -46,7 +46,7 @@ if(BUILD_TESTING) ) endif() # add all integration tests - add_integration_test("examples/FCCee/weaver/analysis_inference.py") + # add_integration_test("examples/FCCee/weaver/analysis_inference.py") endif() file(GLOB _addon_python_files python/*.py)