@@ -110,7 +110,7 @@ o2_add_library(Framework
110110 O2::MemoryResources
111111 O2::PCG
112112 RapidJSON::RapidJSON
113- arrow_shared
113+ arrow:: arrow_shared
114114 ms_gsl::ms_gsl
115115 ROOT::ROOTDataFrame
116116 ${DEBUGGUI_TARGET}
@@ -271,26 +271,21 @@ foreach(w
271271 COMMAND_LINE_ARGS --run )
272272endforeach ()
273273
274- # TODO: DanglingInput test not working for the moment
275- # [ERROR] Unable to relay part.
276- # [WARN] Incoming data is already obsolete, not relaying.
277- set_property (TEST test_Framework_test_DanglingInputs
278- PROPERTY DISABLED TRUE )
274+ # TODO: DanglingInput test not working for the moment [ERROR] Unable to relay
275+ # part. [WARN] Incoming data is already obsolete, not relaying.
276+ set_property (TEST test_Framework_test_DanglingInputs PROPERTY DISABLED TRUE )
279277
280- # TODO: investigate the problem with the two unit tests, maybe setup of the CI environment
281- # assertion fired
282- # X11: The DISPLAY environment variable is missing
283- # glfw-3.2.1/src/window.c:579: glfwGetFramebufferSize: Assertion `window != ((void *)0)' failed.
284- set_property (TEST test_Framework_test_CustomGUIGL
285- PROPERTY DISABLED TRUE )
286- set_property (TEST test_Framework_test_CustomGUISokol
287- PROPERTY DISABLED TRUE )
278+ # TODO: investigate the problem with the two unit tests, maybe setup of the CI
279+ # environment assertion fired X11: The DISPLAY environment variable is missing
280+ # glfw-3.2.1/src/window.c:579: glfwGetFramebufferSize: Assertion `window !=
281+ # ((void *)0)' failed.
282+ set_property (TEST test_Framework_test_CustomGUIGL PROPERTY DISABLED TRUE )
283+ set_property (TEST test_Framework_test_CustomGUISokol PROPERTY DISABLED TRUE )
288284
289285# TODO: investigate the problem and re-enable
290286set_property (TEST test_Framework_test_BoostSerializedProcessing
291287 PROPERTY DISABLED TRUE )
292288
293-
294289# specific tests which needs command line options
295290o2_add_test (
296291 ProcessorOptions NAME test_Framework_test_ProcessorOptions
0 commit comments