We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e876c0 commit 6b1094cCopy full SHA for 6b1094c
test/CMakeLists.txt
@@ -445,8 +445,10 @@ if(LINUX)
445
ipc_file_prov_producer.c
446
common/ipc_common.c
447
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)
+
+ # 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)
452
endif()
453
454
# TODO add IPC tests for CUDA
0 commit comments