From 602ccfc9a34426a973c400097c5f67061385abf7 Mon Sep 17 00:00:00 2001 From: Rafal Rudnicki Date: Fri, 11 Oct 2024 20:32:09 +0200 Subject: [PATCH] temporary disable ipc_file_prov* tests --- test/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a1d7fdf64..556f349b5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -446,8 +446,10 @@ if(LINUX) ipc_file_prov_producer.c common/ipc_common.c common/ipc_os_prov_common.c) - add_umf_ipc_test(TEST ipc_file_prov) - add_umf_ipc_test(TEST ipc_file_prov_fsdax) + + # TODO - fix ipc_file_prov and ipc_file_prov_fsdax tests + # add_umf_ipc_test(TEST ipc_file_prov) add_umf_ipc_test(TEST + # ipc_file_prov_fsdax) endif() # TODO add IPC tests for CUDA