Skip to content

Commit 6b1094c

Browse files
committed
temporary disable ipc_file_prov* tests
1 parent 9e876c0 commit 6b1094c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,10 @@ if(LINUX)
445445
ipc_file_prov_producer.c
446446
common/ipc_common.c
447447
common/ipc_os_prov_common.c)
448-
add_umf_ipc_test(TEST ipc_file_prov)
449-
add_umf_ipc_test(TEST ipc_file_prov_fsdax)
448+
449+
# TODO - fix ipc_file_prov and ipc_file_prov_fsdax tests
450+
# add_umf_ipc_test(TEST ipc_file_prov) add_umf_ipc_test(TEST
451+
# ipc_file_prov_fsdax)
450452
endif()
451453

452454
# TODO add IPC tests for CUDA

0 commit comments

Comments
 (0)