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 40b4044 commit b61e0bfCopy full SHA for b61e0bf
test/CMakeLists.txt
@@ -446,8 +446,10 @@ if(LINUX)
446
ipc_file_prov_producer.c
447
common/ipc_common.c
448
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)
+
+ # 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)
453
endif()
454
455
# TODO add IPC tests for CUDA
0 commit comments