File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -106,15 +106,13 @@ jobs:
106106 UMF_TESTS_FSDAX_PATH_2=${{env.UMF_TESTS_FSDAX_PATH_2}}
107107 ctest -C ${{matrix.build_type}} -V -R "umf-provider_file_memory|umf_example_dram_and_fsdax|umf-ipc_file_prov_fsdax"
108108
109- # TODO: enable the provider_devdax_memory_ipc test when the IPC tests with the proxy library are fixed
110- # see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
111109 - name : Run the DEVDAX tests with the proxy library
112110 working-directory : ${{env.BUILD_DIR}}
113111 run : >
114112 LD_PRELOAD=./lib/libumf_proxy.so
115113 UMF_TESTS_DEVDAX_PATH="/dev/dax${{env.DEVDAX_NAMESPACE}}"
116114 UMF_TESTS_DEVDAX_SIZE="$(ndctl list --namespace=namespace${{env.DEVDAX_NAMESPACE}} | grep size | cut -d':' -f2 | cut -d',' -f1)"
117- ctest -C ${{matrix.build_type}} -R devdax -E provider_devdax_memory_ipc - V
115+ ctest -C ${{matrix.build_type}} -R devdax -V
118116
119117 - name : Run the FSDAX tests with the proxy library
120118 working-directory : ${{env.BUILD_DIR}}
You can’t perform that action at this time.
0 commit comments