Skip to content

Commit b61e0bf

Browse files
committed
temporary disable ipc_file_prov* tests
1 parent 40b4044 commit b61e0bf

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
@@ -446,8 +446,10 @@ if(LINUX)
446446
ipc_file_prov_producer.c
447447
common/ipc_common.c
448448
common/ipc_os_prov_common.c)
449-
add_umf_ipc_test(TEST ipc_file_prov)
450-
add_umf_ipc_test(TEST ipc_file_prov_fsdax)
449+
450+
# TODO - fix ipc_file_prov and ipc_file_prov_fsdax tests
451+
# add_umf_ipc_test(TEST ipc_file_prov) add_umf_ipc_test(TEST
452+
# ipc_file_prov_fsdax)
451453
endif()
452454

453455
# TODO add IPC tests for CUDA

0 commit comments

Comments
 (0)